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