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

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

 



Mark Sargent wrote:
Peter Lauri wrote:
Have you created a connection to the Server with the correct permissions?
Hi All,

sorry, meant to post that too,

1 <?php
2 //connect to MySQL
3 $connect=mysql_connect("localhost", "root", "password omitted") or die("Hey, check your server connection.");

I get no error for that line. Cheers.
Hi All,

seems that I was using a deprecated function. Cheers.

Mark Sargent.

--
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