Gut neuer Versuch: Hier die mysql Datenbank:
Hier der code fürs reinschrieben:
Hier die Fehlermeldung:
Ich hoffe, das ich es nun richtig gemacht habe ..
Code:
Feld Typ Null Standard id int(11) Nein cid1 int(11) Nein 0 cid2 int(11) Nein 0 from tinytext Nein to tinytext Nein
PHP-Code:
mysql_query("insert into buddy (cid1, cid2, from, to,) value ('$cid1', '$cid2', '$from', '$to',)")
Code:
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 'from, to,) value ('1', '6', 'kim88', 'test',)' at line 1
Kommentar