sebastian: SQL Fehler

Beitrag lesen

Hallo,

ich krieg dir Krise. Was ist bitte hieran falsch?

$sql = "INSER INTO user (nick,eMail) VALUES ('Sebastian','blubb')";
$ergebnis = mysql_query($sql,$connection) or die (mysql_error());

ERROR:
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 'INSER INTO user (nick,eMail) VALUES ('Sebastian','blubb')' at line 1

Sebastian