Why always Warning: mysql_fetch_object (): suppliedargumentisnotavalidMySQLresul

Source: Internet
Author: User
Why always Warning: mysql_fetch_object (): suppliedargumentisnotavalidMySQLresul why always

Warning: mysql_fetch_object (): supplied argument is not a valid MySQL result resource in D: \ AppServ1 \ www \ forum \ index. php on line 46


Code:
$ Id = $ row ["id"];
$ Res = mysql_query ("select count (*) as total from reply where topic id = '$ ID '");
$ R = mysql_fetch_object ($ res );
Help


Reply to discussion (solution)

Topic id = '$ ID' "// The error message is returned.

How to change it ?.....

You can run the SQL statement in MYSQL to check whether there are any results.

Concatenate the last $ id with a hyphen. do not write it directly into SQL.

The table structure and requirements are not posted. you only know how to change it.

Topic

$ Res = mysql_query ("select count (*) as total from reply where id =". $ id );

The topic is another table.

If the topic is another table, you must use the join query or multi-table match query.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.