I'm trying to update some existing data in my database with PHP4, but I can't seem to find any examples on how to update more than one field at a time. Is this even possible?
Thanks Steven Behnke
UPDATE TABLE <table_name> SET field1 = $var1, field2 =$var2, etc...
WHERE id = $var_id
This you need to execute to update more than one field
Thank you so very much! If it wasn't 1:41 in the morning, I probably would have tried that before I posted the message, but anyways... thanks again.
-Steven
No problem here is 11:00AM Brussels Europe