Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread jeremy brand
Feel free (as in GPL) to use my libHtmlForm functions available here: http://www.nirvani.net/software/libHtmlForm/ Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - -

Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread david klein
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 >D

Re: [PHP] How does PHP accept multiple selection

2001-01-23 Thread Shawn Blaylock
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: > >Page 1 >Page 2 >Page 3 > > > > If I selected item 1 and item 3 both, how can I get my multiple selectio