Re: [PHP] Select values in an array???

2002-10-29 Thread @ Edwin
gt; > rick- Original Message - > From: "@ Edwin" <[EMAIL PROTECTED]> > To: "Rick Emery" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, October 29, 2002 10:25 AM > Subject: Re: [PHP] Select values in an array??? > > > He

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
cheers rick- Original Message - From: "@ Edwin" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 10:25 AM Subject: Re: [PHP] Select values in an array??? Hello, "Rick Emery&q

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
L PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:54 AM Subject: Re: [PHP] Select values in an array??? Then you were not able to select multiple values. If you don't include the "multiple", it will

Re: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
Sent: Tuesday, October 29, 2002 10:25 AM Subject: Re: [PHP] Select values in an array??? Hello, "Rick Emery" <[EMAIL PROTECTED]> wrote: > I HAVE selected multiple items without including MULTIPLE. > > The following link displays a form in which there are multiple SELECTS

Re: [PHP] Select values in an array???

2002-10-29 Thread @ Edwin
Hello, "Rick Emery" <[EMAIL PROTECTED]> wrote: > I HAVE selected multiple items without including MULTIPLE. > > The following link displays a form in which there are multiple SELECTS with the same name. > Upon processing the form on submit, I do retrieve all selected values, not just the last. > T

RE: [PHP] Select values in an array???

2002-10-29 Thread Ford, Mike [LSS]
> -Original Message- > From: Rick Emery [mailto:remery@;emeryloftus.com] > Sent: 29 October 2002 16:15 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Select values in an array??? > > > I HAVE selected multiple items without including MULTIPLE. > > The fol

Re: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
. Yes, this page works... http://www.preferred-pet.com/volunteer/volunteer.php - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:54 AM Subjec

Re: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
I HAVE selected multiple items without including MULTIPLE. - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:54 AM Subject: Re: [PHP] Select val

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: "Craig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:33 AM Subject: Re: [PHP] Select values in an array??? You do if you want to select multiple values from a select element.

Re: [PHP] Select values in an array???

2002-10-29 Thread @ Edwin
Hello, "Rick Emery" <[EMAIL PROTECTED]> wrote: [snip] > I've used it without "multiple" many times [/snip] Of course. But, John was correct--you can only choose one. UNLESS you use "multiple", you won't be able to select multiple values ;) What seems to be the problem here... html? :) - E --

Fw: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
foreach(array_expression as $value) statement foreach(array_expression as $key => $value) statement - Original Message - From: "Craig" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, October 29, 2002 9:36 AM Subject: Re: [PHP] Select values in an array??? I have ch

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
-- Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Craig" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:27 AM Subject: Re: [PHP] Select values in an array??? Change the name of your select field to "sel

Re: [PHP] Select values in an array???

2002-10-29 Thread Craig
. > I've used it without "multiple" many times > - Original Message - > From: "John Nichel" <[EMAIL PROTECTED]> > To: "Rick Emery" <[EMAIL PROTECTED]> > Cc: "Craig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Se

Re: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
I've used it without "multiple" many times - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Rick Emery" <[EMAIL PROTECTED]> Cc: "Craig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 2

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
AIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:27 AM Subject: Re: [PHP] Select values in an array??? Change the name of your select field to "select[]" Craig wrote: I am trying to pass the values of a select box which can have more than one value to

Re: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
You don't even need the word "multiple" - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Craig" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 9:27 AM Subject: Re: [PHP] Select values in

Fw: [PHP] Select values in an array???

2002-10-29 Thread Rick Emery
Where are the selected values coming from? Please provide more details and code...we cannot read your mind... - Original Message - From: "Craig" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, October 29, 2002 9:19 AM Subject: [PHP] Select values in an array??? I am try

Re: [PHP] Select values in an array???

2002-10-29 Thread John Nichel
Change the name of your select field to "select[]" Craig wrote: I am trying to pass the values of a select box which can have more than one value to a page. In the address bar of the page i have sent to, I have select=item1&select=item2select=item3&select=item4select=item5&select=item6 on the

[PHP] Select values in an array???

2002-10-29 Thread Craig
I am trying to pass the values of a select box which can have more than one value to a page. In the address bar of the page i have sent to, I have select=item1&select=item2select=item3&select=item4select=item5&select=item6 on the page i have echo $select but only the last item (item6) is being d