When parsing an xml file and adding it to the database, it displays an error during the script operation:
$sql->exec("INSERT INTO 'example' VALUES('$id', '$title', '$link')");
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 ''example' VALUES('phpmysqljquery-przeciagnij-z-wy' at line 1
Can anyone say what is wrong?