得到这个查询:
mysql_query("INSERT INTO leaderboard (user_id, lines)
VALUES (". $rowUser['id'] .",". $linesDone .")") or die("ERROR 29: ". mysql_error());
给出这个错误:
ERROR 29: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'lines) VALUES (1,50)' at line 1
我已经尝试了所有类型的语法,比如在查询中使用 ´´ 和 '',但所有的结果都是大约。同样的错误。
任何人都可以看到有什么问题吗?