對於我的生活,我無法得到這個插入查詢的工作。PHP/MySQL插入查詢
mysql_connect("**host**", "**username**", "**password**") or error("Could not connect: ".mysql_error());
mysql_select_db("**db_name**");
$db = mysql_query("INSERT INTO `pass_reset` (id,status,key,email) VALUES ('','0','$key','$email')");
它返回此錯誤:
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 'key,email) VALUES ('','0','','')' at line 1
有人能幫助我嗎?我通過這個簡單的查詢從字面上拉我的頭髮。
這是一個'key'word,你可以說。哈哈。哈。我現在要走了。 –
+1擊敗我。 –
@Shef,我傾向於總是重新選中我的所有字段/表名,以解決很多未知問題! – LouwHopley