Re: [PHP] Multiple Select Form

2003-07-22 Thread CPT John W. Holmes
> I have a form that has a select form object with where I can select multiple > values. The select is called "number". When I post the form, I get a lot > of variables called $number with the various values I selected. Is there a > way that I can make this an array of values? name it "number[]

[PHP] Multiple Select Form

2003-07-22 Thread Van Andel, Robbert
I have a form that has a select form object with where I can select multiple values. The select is called "number". When I post the form, I get a lot of variables called $number with the various values I selected. Is there a way that I can make this an array of values? Robbert van Andel