Alex Bovey wrote:
Is there a way I can access the values selected in a multi-select dropdown
or group of checkboxes without appending square brackets to the name of the
input field in my form so that it automatically becomes an array in PHP?

Write your own function to parse $_SERVER['QUERY_STRING'] or the raw post data?


--

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