RE: Fatal error: Call to undefined function mysql_create_db()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Have you created a connection to the Server with the correct permissions?

-----Original Message-----
From: Mark Sargent [mailto:powderkeg@xxxxxxxxxxxxxxxx] 
Sent: Saturday, May 27, 2006 5:03 PM
To: PHP List
Subject:  Fatal error: Call to undefined function mysql_create_db()

Hi All,

I get the following,

*Fatal error*: Call to undefined function mysql_create_db() in 
*/usr/local/apache2/htdocs/createmovie.php* on line 6

for this code,

 5 //create the moviesite database
 6 mysql_create_db("moviesite") or die(mysql_error());

which is from a tutorial in the book I'm using. Any pointers? Code looks 
identical to the book's. Cheers.

P.S. I also tried this,

mysql_create_db("moviesite", $connect) or die(mysql_error());

and

mysql_create_db("moviesite", "$connect") or die(mysql_error());

Mark Sargent.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux