Posted by Mwahahahahaaahaa on 12/10/06 03:34
BTW.. I also tried:
$theQuery = "UPDATE '{$globalYear}' SET '{$dayAsWord}' =
'{$updatedText}' WHERE 'month' = '{$globalMonth}'";
which ECHO'd:
UPDATE '2006' SET 'one' = 'dddd' WHERE 'month' = 'dek'
Don't know what is wrong.. 2006 is my table. "one" is an accurate
field. so is "month" and so is the value "dek". I also tried changing
'month' to 'months' to see if it was a used keyword, but it didn't
change the results
Navigation:
[Reply to this message]
|