Re: [PHP] How to use SELECT with multiple options enabled in forms....

2003-11-20 Thread John Nichel
John W. Holmes wrote: Robert Restad wrote: I yet have to find a way to actually determine > how I could fetch i.e. the results from a SELECT > multiple-choice menu. I think I already asnwered this today Three more times, and you'll reach your quota. -- By-Tor.com It's all about the Rush h

Re: [PHP] How to use SELECT with multiple options enabled in forms....

2003-11-20 Thread John W. Holmes
Robert Restad wrote: I yet have to find a way to actually determine > how I could fetch i.e. the results from a SELECT > multiple-choice menu. I think I already asnwered this today Now the values the user selected will be in an array, $foo, $_GET['foo'], $_POST['foo'], $_REQUEST['foo'], e

Re: [PHP] How to use SELECT with multiple options enabled in forms....

2003-11-20 Thread John Nichel
Robert Restad wrote: Now, use SELECT is simple enough. The Select Name gives a value, the one you selected of course... However, I yet have to find a way to actually determine how I could fetch i.e. the results from a SELECT multiple-choice menu. What if I want the website visitor to choose from

[PHP] How to use SELECT with multiple options enabled in forms....

2003-11-20 Thread Robert Restad
Now, use SELECT is simple enough. The Select Name gives a value, the one you selected of course... However, I yet have to find a way to actually determine how I could fetch i.e. the results from a SELECT multiple-choice menu. What if I want the website visitor to choose from multiple values, an