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.

Mark Sargent.

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

Reply via email to