1064 means "syntax error" in MySQL.
I am trying to get MySQL to work for my form submissions. I am having a problem when I try …
php mysql mysql-error-1064I have a table called concept-relation and I want to insert into it. for ($i = 0; $i < count($sources); $i++) { $…
php mysql pdo mysql-error-1064