sql error
Erik Rijk
09/05/2006 03:43:00mijn script geeft een geweldige error bij de query die ik uitvoer, het enige probleem is, is dat ik geen idee heb waarom :|
foutmelding:
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 '' at line 1
Query:
$insert = mysql_query("INSERT INTO replys (topic_id,user,datum,bericht) VALUES ('".$_GET['id']."','".$_SESSION['UID']."',NOW(),'".$_POST['reactie']."'") or die(mysql_error());
Oplossing:
Wie heeft hem ??
foutmelding:
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 '' at line 1
Query:
$insert = mysql_query("INSERT INTO replys (topic_id,user,datum,bericht) VALUES ('".$_GET['id']."','".$_SESSION['UID']."',NOW(),'".$_POST['reactie']."'") or die(mysql_error());
Oplossing:
Wie heeft hem ??