Re: [PHP] Re: getting values from multiple select

2002-03-14 Thread Erik Price
On Wednesday, March 13, 2002, at 10:27 PM, David Robley wrote: > If you are using a SELECT MULTIPLE you need to name the item as an > array, > e.g. NAME="multi[]" - then loop through the array in the target script > to > extract the values. Don't forget to either define a default selection or

[PHP] Re: getting values from multiple select

2002-03-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi gang- > > 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 select box. On the next page I need to > f