ホームページ >バックエンド開発 >PHPチュートリアル >php异常:You have an error in your SQL syntax; 急
php错误:You have an error in your SQL syntax; 急!!!!!
$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))
{
?>