ID:               20272
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Bogus
+Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: RH Linux
 PHP Version:      4.2.3
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2002-11-06 19:34:20] [EMAIL PROTECTED]

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 08:21:10] [EMAIL PROTECTED]

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-05 21:29:14] [EMAIL PROTECTED]

Array
(
    [delstr2] => Array
        (
            [0] => 
            [1] => 
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
            [11] => 
            [12] => 
            [13] => 
            [14] => 
            [15] => 
        )
 ... ...
}

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20272&edit=1

Reply via email to