I always receive an error message showed below:
1064: 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 '? at line 1
anybody explains this for me? Thanks a lot!
🙁 😕
It means there's an error in your SQL. Pretty straight forward.
Where. Is. Your. MySQL.Query?
Quite obviously, you have an SQL query that isnt written correctly.
You need to determine which query it is, probably on line 1064 of your PHP script.