MySQL Forums
Forum List  »  PHP

Re: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sites/atleden/gg-gamerz.com/subdomains/www/html/L ink Shrink/inc/database.class.php on line 52
Posted by: laptop alias
Date: August 12, 2012 01:10AM

It might help if we could see the code and, especially, the query that's being sent to MySQL.

$query = 'SELECT blah blah blah';
echo $query;

$result = mysql_query($query) or die(mysql_error());

Options: ReplyQuote


Subject
Written By
Posted
Re: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sites/atleden/gg-gamerz.com/subdomains/www/html/L ink Shrink/inc/database.class.php on line 52
August 12, 2012 01:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.