Possible Duplicate:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
php warning mysql_fetch_assoc
I am using PHP with a MySQL backend. When I try to connect to the database I am getting the following error.
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/htdocs/somefile.php on line 18
Any ideas as to what is wrong?