$wynik=$pdo->exec('Update artykuly SET tytul=\''.$title.'\', tresc=\''.$body.'\', where id=\''.$id.'\'');
lecz wywala
Cytat
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 'where id=7' at line 17
Wiem że wszystkie dane mam uzupelnione. W czym jest problem?