[PHP-DEV] Bug #1361: SELECT MULTIPLE & 2 dimension array. From: slash <email protected>
Date: 04/29/99

From: slash <email protected>
Operating system: RedHat 4.2 (kern 2.2.3)
PHP version: 3.0.5
PHP Bug Type: Other
Bug description: SELECT MULTIPLE & 2 dimension array.

To pass values choosed via <select multiple> you have to use
<select multiple name="array[]"> construction.
But when you use 2 dimension array i.e. :
<select multiple name="array[0][]">
php does nothing with it.
So only 1 dimension array works with <select multiple>.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>