php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20272 Post array does not work
Submitted: 2002-11-05 21:29 UTC Modified: 2002-11-06 22:50 UTC
From: wangxh at wangxh dot com Assigned:
Status: Closed Package: mbstring related
PHP Version: 4.2.3 OS: RH Linux
Private report: No CVE-ID: None
 [2002-11-05 21:29 UTC] wangxh at wangxh dot com
Array
(
    [delstr2] => Array
        (
            [0] => 
            [1] => 
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
            [11] => 
            [12] => 
            [13] => 
            [14] => 
            [15] => 
        )
 ... ...
}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-06 08:21 UTC] iliaa@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Please include the HTML of the form who's values are used to populate the $_POST['delstr2'] array.
 [2002-11-06 19:34 UTC] wangxh at wangxh dot com
It fixed in 4.3.0 CVS or older version such as 4.1.2.
the html is like this:

<input name="delstr2[]" value=201>
<input name="delstr2[]" value=202>
<input name="delstr2[]" value=203>
<input name="delstr2[]" value=204>
... ...
 [2002-11-06 22:49 UTC] moriyoshi@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 [2002-11-06 22:50 UTC] moriyoshi@php.net
reclassifying
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC