I installed the wamp server on my PC.
But how do I make a database?
I have the phpMyAdmin but not the Cpanel.
So, any way out?
Note: Admin and mods. If this isn't the right section, then please move it to the right one. Thanks.
Moderator: Moderators Team

<?php
//user name , pass word and db
$user = "root";
$pass = "";
$db = "mydb";
$link = mysql_connect("localhost", "$user", "$pass");
$order = "CREATE DATABASE $db";
if (mysql_query($order, $link))
echo "database created";
?>
xjuniorx wrote:http://schalkneethling.alliedbridge.com/php/php-mysql-apache-set-up-how-to/ <~ hope that helps!
Return to Website Design and Development
Users browsing this forum: No registered users and 0 guests