MySQL Forums
Forum List  »  PHP

Re: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in public_html/games.php on line 16
Posted by: Bob Field
Date: January 23, 2007 09:52AM

When you use single quotes around your query string, you inhibit all substitution. The query string was correct the way you had it before. The problem is not with this part of your code, it is not with MySQL at all, but somewhere in your PHP code, and maybe not even on that particular page.

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in public_html/games.php on line 16
January 23, 2007 09:52AM


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.