[PHP] Re: multi updates

2001-09-06 Thread Chris Lee
where's the form, maybe the problem is there. your update query has no where statment, this isnt syntaxicaly incorrect, its just rare that you need to update every single element in the database to the same value. everything else looks ok, what exactly is the error/warning ? you dont accually

[PHP] Re: multi updates

2001-09-06 Thread Gary
Thanks Chris, it was the missing where statement. Gary Chris Lee wrote: where's the form, maybe the problem is there. your update query has no where statment, this isnt syntaxicaly incorrect, its just rare that you need to update every single element in the database to the same value.