$update = "UPDATE News SET titel = '$titel_e', inhalt = '$inhalt_e', WHERE ID = $ID;"; $success = mysql_query($update); if(!$success) { echo mysql_error(); } ?>
Fehler:
Quote
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 = 2' at line 6