Hallo,
versuche gerad über PHP Einträge in meine MySQL Tabelle zu machen und bekomme immer eine Fehlermeldung.
Code:
Fehlermeldung:
versuche gerad über PHP Einträge in meine MySQL Tabelle zu machen und bekomme immer eine Fehlermeldung.
Code:
PHP-Code:
$sql = "INSERT INTO gast (id, ueber, beitrag, autor, www, email, show, icq, yim, aim, ip, time)";
$sql .= "values ('', '{$_POST["ueber"]}','{$_POST["beitrag"]}','{$_POST["autor"]}','{$_POST["www"]}',
'{$_POST["email"]}','{$_POST["show"]}','{$_POST["icq"]}','{$_POST["yim"]}','{$_POST["aim"]}','','');";
$result = mysql_query($sql);
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 'show, icq, yim, aim, ip, time)values ('', 'Testen','jfasjfsdip djkasojda d' at line 1
server version for the right syntax to use near 'show, icq, yim, aim, ip, time)values ('', 'Testen','jfasjfsdip djkasojda d' at line 1
Kommentar