i have a php file and its throwing up these errors
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/xxvatarx/public_html/games/cats.php on line 5
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/xxvatarx/public_html/games/cats.php on line 13
line 5 =
line 13 =
Any ideas?
this is the code of the page
Anyone know? Im new to using db's in php so im pretty sure its something like that. Like itstrying to retrieve information from the database but its not responding. Anyone got any idea?