HTML interesse |
|
$sql = "UDPATE `Bibliotheek` SET `Uitlener` = NULL WHERE `Id` = '".$id."'";
$sql = "UDPATE `Bibliotheek` SET `Uitlener` = NULL WHERE `Id` = '".$id."'";
Ik krijg steeds deze fout (waarbij $id = B022)
[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 'UDPATE `Bibliotheek` SET `Uitlener` = NULL WHERE `Id` = 'B022'' at line 1[/error]
|