Date:2008-09-11 18:11:33
mysql error: 1064:
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 'key=1578645' at line 1
sql:UPDATE kalender SET day=9, month=3, act=testje
WHERE key=1578645
kan iemand me helpen?
<?PHP
//aanpassingen maken
$getinsert = $dayselrec->key;
$dayad =
"UPDATE kalender SET
day=". $dayadjust .",
month=". $monthadjust .",
act=". $actadjust ."
WHERE
key=". $getinsert ."";
$dayadquery = mysql_query($dayad) or die(log_error($dayad));
?>