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....

<select name="foo[]" multiple>

Now the values the user selected will be in an array, $foo, $_GET['foo'], $_POST['foo'], $_REQUEST['foo'], etc...

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to