php错误:SQL構文にエラーがあります。 急!!!!
$sql="select id,title,type_id,time from news limit $offset,$Page_size where type_id=".$type_id;
echo $sql;
$result=mysql_query($sql) または die($sql."
".mysql_error());;
while ($row=mysql_fetch_array($result))
{
?>
|
|
|
< |
直接上代コード!!!!错误 ヒント:SQL 構文にエラーがあります。 MySQL サーバーのバージョンに対応するマニュアルを確認して、1 行目の ''0,6' where type_id=21' 付近で使用する正しい構文を確認してください。
请问怎么回事啊????? ?????????????急!!!!!!!!!!!!!!!!
-----解法案- -------------------
select id,title,type_id,time from news limit $offset,$Page_size where type_id=".$type_id;
修正
select id,title,type_id,time from news where type_id =".$type_id." ID DESC LIMIT による順序 {$offset},{$Page_size}";
看看。