phpmyadmin-php Calling mysqli Query error

Source: Internet
Author: User
Keywords PHP phpMyAdmin mysqli
Phpphpmyadminmysqli

Statements run directly on the command line can be found to take, in the phpmyadmin inside can also be found, but written in the program is wrong, please God help to see.


The code is this

 $sql =" select * from $table_list where $length_left qq $length_right $textif $t;"; $mysqli = new mysqli("localhost","root","root",'qq_db');$mysqli->set_charset("utf8");if ($mysqli->connect_errno){  die("Connect Error :".$mysqli->connect_error);  }$result = $mysqli->query($sql);var_dump($result);$mysqli->close();sql语句实际输出的结果是select * from qq_list where length( qq = 5)  and qq like '%1%' and wuzheng;

prompt bool (false) after running

  • 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.