RE: [PHP] Getting results from Select Multiple HTML tag

2004-01-06 Thread Ford, Mike [LSS]
On 06 January 2004 04:06, Tyler Longren wrote: Hi, http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple I read that. Doesn't work in php since the whole register_globals thing. Now, when I get the results from a form, they're all in a $_POST[] array. Example. When I

[PHP] Getting results from Select Multiple HTML tag

2004-01-05 Thread Tyler Longren
Hi, http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple I read that. Doesn't work in php since the whole register_globals thing. Now, when I get the results from a form, they're all in a $_POST[] array. Example. When I have a select name=test MULTIPLE I would have to access

Re: [PHP] Getting results from Select Multiple HTML tag

2004-01-05 Thread Tyler Longren
Oh yea, I also searched the archives at http://marc.theaimsgroup.com/?l=php-general There were quite a few releated postings, but no answers! Mostly it was dick heads telling people that need help to RTFM. So, if you don't have any real help for me, then disregard my question. Telling me to

Re: [PHP] Getting results from Select Multiple HTML tag

2004-01-05 Thread Tom Rogers
Hi, Tuesday, January 6, 2004, 2:05:47 PM, you wrote: TL Hi, TL http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple TL I read that. Doesn't work in php since the whole register_globals TL thing. Now, when I get the results from a form, they're all in a TL $_POST[] array.

Re: [PHP] Getting results from Select Multiple HTML tag

2004-01-05 Thread Tyler Longren
Hi Tom, $_POST['test'][] doesn't work. I thought I had tried $test = $_POST['test'] before and it didn't work. I just tried it though and it seemed to work. Thanks Tom! Tyler On Mon, 2004-01-05 at 22:20, Tom Rogers wrote: Hi, Tuesday, January 6, 2004, 2:05:47 PM, you wrote: TL Hi, TL