It worked! I don't see any difference thought?! What was the error?
Thanks so much!
> > $theQuery = "UPDATE '{$globalYear}' SET '{$dayAsWord}' =
> > '{$updatedText}' WHERE 'months' LIKE '{$globalMonth}'";
>
> $theQuery = "UPDATE `{$globalYear}` SET `{$dayAsWord}` =
> '{$updatedText}' WHERE `months` LIKE '{$globalMonth}'";
>
> Do you see the difference?
>
>
> //Aho