Hallo habe folgendes Problem, welches ich über mysql_error() herausgefunden habe:
Mein SQL Syntax sieht so aus:
Es scheint also ein problem zu geben, weil im Eintrag ein " vorkommt, wie kann ich dies lösen, ohne dass ein fehler auftritt, bin bei der Sache ratlos und wäre über Hilfe sehr dankbar
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 'GEIL PROST!"[/RED]",
31, 1147102196, "217.81.99.79", 17)' at line 2
check the manual that corresponds to your MySQL server version
for the right syntax to use near 'GEIL PROST!"[/RED]",
31, 1147102196, "217.81.99.79", 17)' at line 2
Code:
INSERT INTO abi07.posts (id, thread, text, autor, time, ip, forum) VALUES (".$row->id.", ".$row->thread.", ".$row->text.", ".$row->autor.", ".$row->datum.", '".$row->ip."', ".$forum.")
Kommentar