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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Sat Sep 28 23:01:27 2024 UTC