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} ";
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.