RE: [PHP] update query based on array

2002-12-10 Thread Jason Dulberg
Thanks Mike, that fixed the problem that I had! Jason > -Original Message- > From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED]] > Sent: December 10, 2002 6:21 AM > To: 'Jason Dulberg' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] update query based on array >

RE: [PHP] update query based on array

2002-12-10 Thread Ford, Mike [LSS]
> -Original Message- > From: Jason Dulberg [mailto:[EMAIL PROTECTED]] > Sent: 09 December 2002 23:52 > > So you mean do something like: > > > > > > Doesn't that create 2 additional arrays though? Yes -- but how else are you going to get multiple values for each name from your form to

Re: [PHP] update query based on array

2002-12-09 Thread Jason Wong
On Tuesday 10 December 2002 07:06, Jason Dulberg wrote: > I am displaying a list of data (from an sql query) and some of the fields > in that list are editable through a form. If the user chooses to edit one > or more of the rows of data, they must click on a checkbox to add that row > to an "updat

RE: [PHP] update query based on array

2002-12-09 Thread Jason Dulberg
Jason > -Original Message- > From: Jimmy Brake [mailto:[EMAIL PROTECTED]] > Sent: December 9, 2002 6:29 PM > To: Jason Dulberg > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] update query based on array > > > not real sure of the setup of the form but if you have mutiple grou

Re: [PHP] update query based on array

2002-12-09 Thread Jimmy Brake
not real sure of the setup of the form but if you have mutiple groups of items to be updated then you should make the rank an array -- rank[pid#] you should make all the items -- that are related part of the same group -- by using [] On Mon, 2002-12-09 at 15:06, Jason Dulberg wrote: > I am displ