所以...我收到:Mysql的語法似乎是正確的
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 = '48f9f4a3f5e10c63804400f320f46e26'' at line 1
,所以我反射回自己,在網頁上,並寫道:
SELECT * FROM email_confirm WHERE email = '[email protected]' AND key = '48f9f4a3f5e10c63804400f320f46e26'
我沒有看到問題。
MySQL版本是65年5月1日-CLL
答: 關鍵是在MySQL的保留字。需要backticks
!
當兩個人相隔15秒時,總喜歡它! – Anton
我覺得我應該考慮更多。我認爲,但忽略了這個想法(並且忘記了它)。謝謝安東! – daevski
沒問題!不要忘記選擇一個答案,它可以幫助我們的代表:) – Anton