Thread [MySQL]: Mit XAMPP gehts, aber Syntaxfehler im Web (3 answers)
Opened by Gast at 2007-05-10 18:38

Pida
 2007-05-10 19:48
#9993 #9993
User since
2006-06-09
52 Artikel
BenutzerIn
[default_avatar]
Problem gelöst:

Quote
...
category = '".addslashes($category)."',
author = '".addslashes($author)."'; ---> hier muss ein Semikolon stehen
";
$sql = mysql_query($query) or die(mysql_error());
unset($status, $headline, $article, $category);
}

Danke nochmal, Pida

View full thread [MySQL]: Mit XAMPP gehts, aber Syntaxfehler im Web