On Sat, May 27, 2006 11:02, Mark Sargent wrote: > 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 Sounds like you don't have the MySQL component of PHP installed. If you're using the packaged version for your OS (of PHP), check that you installed the php-mysql package (your package manager should let you search for it). If you're using a self-compiled PHP, sounds like you didn't compile in MySQL(i) support. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php