Hello, i am make a script that creates thd DB and wheni run:
$mysql_host = "localhost";
$mysql_user = "root";
$mysql_password = "";
$connect = mysql_connect($mysql_host, $mysql_user, $mysql_password) or die("Cant Connect");
echo $connect;
mysql_create_db("wiley")
or die(mysql_error());
it gives me this error: Fatal error: Call to undefined function mysql_create_db() in W:\xampp\htdocs\Learning\Wrox Book\Chap 3\createmovie.php on line 8 and one have any idea whats going on.. or is it some stuipd simple thing.. That just dont see. 🙂 thanks for all help