Shawn,

   Tested, it works now. Thanks a bunch!

Best Regards,
David

>From: Shawn Blaylock <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: david klein <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: [PHP] How does PHP accept multiple selection
>Date: Tue, 23 Jan 2001 13:51:08 -0800
>
>It stores it in a 2D array. There's info on it on the FAQ.
>here's the URL:
>http://www.php.net/FAQ.php#7.14
>
>
>david klein wrote:
> >
> > Hello,
> >
> > I have some codes like:
> >   <select name="links" size="5" multiple>
> >   <OPTION VALUE="scripttip1.html"> Page 1
> >   <OPTION VALUE="scripttip2.html"> Page 2
> >   <OPTION VALUE="scripttip3.html"> Page 3
> >   </select>
> >   <input type="submit" name="removeButton" value="Remove">
> >
> > If I selected item 1 and item 3 both, how can I get my multiple 
>selection in
> > the PHP codes? (it seems to me it always give me the last selection 
>only).
> >
> > Thank you very much in advance.
> >
> > Regards,
> > David
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>--
>
>Shawn Blaylock, ClipperNet Software Engineer
>[EMAIL PROTECTED]
>http://www.clipper.net/
>Eugene OR  541-431-3360 x406
>Toll Free  866-673-6260 x406
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to