php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1361 SELECT MULTIPLE & 2 dimension array.
Submitted: 1999-04-29 04:50 UTC Modified: 1999-05-11 08:47 UTC
From: slash at leontief dot net Assigned:
Status: Closed Package: Other
PHP Version: 3.0.5 OS: RedHat 4.2 (kern 2.2.3)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: slash at leontief dot net
New email:
PHP Version: OS:

 

 [1999-04-29 04:50 UTC] slash at leontief dot net
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>.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-11 08:47 UTC] sas at cvs dot php dot net
This is a known "mis-feature" of PHP3. Multidimensional arrays are not supported as GET/POST input parameters.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 29 01:01:26 2024 UTC