Hi, ich hab ein Fehler in der UPDATE Syntax...

$query = "INSERT INTO `profil` (name, home, plz, street, hobby, about, single) VALUES ('$name', '$home', '$plz', '$street', '$hobby', '$about', '$single')";



Folgender Fehler wird ausgegeben:

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 ' hobby = 'la', about = 'la', single = 'la' WHERE `name` = 'dark



Danke im Voraus!