Re: an issue with my UPDATE query

2001-02-23 Thread Atle Veka
On Fri, 23 Feb 2001 [EMAIL PROTECTED] wrote: > I am sending a rather large UPDATE query to a table with a handful of sequential >fields (i.e. color1, color2, color3, size1, size2, size3, etc). The query is >generated and executed from within a PHP script, and to make the script more >efficien

an issue with my UPDATE query

2001-02-23 Thread marty
I am sending a rather large UPDATE query to a table with a handful of sequential fields (i.e. color1, color2, color3, size1, size2, size3, etc). The query is generated and executed from within a PHP script, and to make the script more efficient, the query is generated with a FOR loop, so that