PHP interesse |
|
Ik krijg telkens deze melding:
have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'show=1 WHERE ID=52' at line 1
Dit is me code:
$update_waarde_show1 = "UPDATE agenda SET show=1 WHERE ID=52";
$update_uitvoeren_show1 = mysql_query($update_waarde_show1) or die(mysql_error());
Kan iemand me helpen?;-)
|