HTML beginner |
|
Hoi,
Ik kom er maar niet uit, heb al in het forum gekeken via zoekfunctie maar toch nog steeds geen resultaat het gaat denk ik om:
$update = "UPDATE nieuws SET nieuwssoort='".$_POST['nieuwssoort']."', catagorie='".$_POST['catagorie']."', onderwerp='".$_POST['onderwerp']."', actief='".$_POST['actief']."', voorpagina='".$_POST['voorpagina']."', gekeurd='ja', bericht='".$_POST['bericht']."', WHERE id='".$_GET['id']."'";
$query = mysql_query($update) or die(mysql_error());
$update = "UPDATE nieuws SET nieuwssoort='".$_POST['nieuwssoort']."', catagorie='".$_POST['catagorie']."', onderwerp='".$_POST['onderwerp']."', actief='".$_POST['actief']."', voorpagina='".$_POST['voorpagina']."', gekeurd='ja', bericht='".$_POST['bericht']."', WHERE id='".$_GET['id']."'";
DE ERROR
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 'WHERE id='1'' at line 1
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 'WHERE id='1'' at line 1
De MySql tabellen op plaatscode.be: http://www.plaatscode.be/526/
Wie o wie helpt mij ?
Tjow.
|