PHP Exception: You have a error in your SQL syntax; Tokyu

Source: Internet
Author: User
Tags php error
PHP Error: You have a error in your SQL syntax; URGENT!!!!!

$sql = "Select Id,title,type_id,time from News limit $offset, $Page _size where type_id=". $type _id;
Echo $sql;
$result =mysql_query ($sql) or Die ($sql. "

". Mysql_error ());;
while ($row =mysql_fetch_array ($result))
{
?>











> Modify the Delete





directly on the code!!!!! Error tip: You have a error in your SQL syntax; Check the manual-corresponds to your MySQL server version for the right syntax-use-near ' 0,6 ' where type_id=21 ' a T Line 1


Can you tell me what's going on???????????????????????? Urgent!!!!!!!!!!!!!!!!!!

------Solution--------------------
Select Id,title,type_id,time from news limit $offset, $Page _size where type_id= ". $type _id;

Modified into

Select Id,title,type_id,time from news where type_id= ". $type _id." ORDER by ID DESC LIMIT {$offset},{$Page _size} ";

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