I'm getting an error in a php script I'm playing with...
$connect = mysql_connect("localhost","<myusername>","<mypassword>");
Warning: Supplied argument is not a valid MySQL-Link resource in /home/david/public_html/php/counter.php on line 11
I have no clue what the problem is... This exact line works perfectly in a different script... What could be the problem?
$connect = mysql_connect("localhost","<myusername>","<mypassword>");
Warning: Supplied argument is not a valid MySQL-Link resource in /home/david/public_html/php/counter.php on line 11
I have no clue what the problem is... This exact line works perfectly in a different script... What could be the problem?