$query = sprintf("SELECT * FROM sorular WEHERE test_id='%s' ORDER BY id LIMIT '%s', '%s'",
mysql_real_escape_string(htmlentities(stripslashes($testid))),
mysql_real_escape_string(htmlentities(stripslashes($start))),
mysql_real_escape_string(htmlentities(stripslashes($perpage))));
エラーが発生します:
SQL構文にエラーがあります。1行目の'test_id='1'ORDER BY id LIMIT' 4'、' 2''の近くで使用する正しい構文については、MySQLサーバーのバージョンに対応するマニュアルを確認してください。