Why does the MySQL client return a result, and PHP can't get it?

Source: Internet
Author: User
Why does the MySQL client return a result, and PHP can't get it?
RT, I execute the SQL statement above the MySQL client command line:
Select COUNT (*) as amount from main where id = 2;
Results can be obtained
+--------+
| Amount |
+--------+
| 1 |
+--------+
But inside the PHP program,
$sql 1= "SELECT COUNT (*) as amount from main where id = 2";
$reqult = mysql_query ($sql 1);
echo $sql 1;
$row = Mysql_fetch_row ($reqult);
$amount = $row [0];
The $SQL1 here is always empty!
And I changed $SQL1 to select COUNT (*) as amount from main; This sentence can be taken to the normal value,
Please hero to help younger brother to see ha this is a question!
I've been knocked out by this little problem!
Thanks a lot! MySQL PHP SQL Query


------Solution--------------------
Var_dump ($row); What's the result?

  • Related Article

    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.