Re: [PHP] getting values from multiple select

2002-03-14 Thread Scott St. John
On Thu, 14 Mar 2002, Erik Price wrote: > Sure! First go get a cup of coffee! :) > Then change the first line to say this: > > Let me know how that works for you. Erik- I don't do coffee, but the Iced Tea works just as well :) Thank you, all is well and my happy face is back on. I was missi

Re: [PHP] getting values from multiple select

2002-03-14 Thread Erik Price
On Thursday, March 14, 2002, at 09:52 AM, Scott St. John wrote: > Ok, how about a code snipet since I seem to be blind this morning. The > select box code: > > > $sql = "select groupID,groupName from groups order by groupName"; > ... > Any eye openers? Thanks, > > -Scott Sure! First g

Re: [PHP] getting values from multiple select

2002-03-14 Thread Scott St. John
Ok, how about a code snipet since I seem to be blind this morning. The select box code: $groupName"; } ?> On the next page I tried the code Erik recommended doing this: foreach ($groups as $group_list){ echo $group_list; } Any eye openers? Thanks, -Scott On Thu, 14 Mar 2002, E

Re: [PHP] getting values from multiple select

2002-03-14 Thread Erik Price
On Thursday, March 14, 2002, at 09:33 AM, Scott St. John wrote: > Yes, I have tried that. To view them on the next page I would call > them as $choice[0];$choice[1];, etc, but only the first item in the list > is available. Hm... have you tried using a loop to get their values, rather than us

Re: [PHP] getting values from multiple select

2002-03-14 Thread Scott St. John
Yes, I have tried that. To view them on the next page I would call them as $choice[0];$choice[1];, etc, but only the first item in the list is available. -Scott On Thu, 14 Mar 2002, Erik Price wrote: > Did you try putting brackets at the end of the input names? This tells > PHP to put the v

Re: [PHP] getting values from multiple select

2002-03-14 Thread Erik Price
On Wednesday, March 13, 2002, at 04:31 PM, Scott St. John wrote: > If I send 5 fields to the next page PHP will show me one when I echo the > variable to the page. If I try to split the varaiable I still get only > one value in the echo. Tried to reponse.write it in asp and I get the > string

RE: [PHP] getting values from multiple select

2002-03-14 Thread Ford, Mike [LSS]
> -Original Message- > From: Scott St. John [mailto:[EMAIL PROTECTED]] > Sent: 13 March 2002 21:32 > > I am working on a javascript box that will allow the user to > drag values > from one select box to another. I will use this box to set > the values. > This is a standard, multiple s