Problem:
How to fix following PHP PDO error
exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 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
Solution:
It means you are missing small brackets ')' in your sql statement.
0 comments:
Post a Comment