ID:               42162
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xoneca+php at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows XP SP2
 PHP Version:      5.2.3
 New Comment:

<input type="image" name="image[key]" /> gets translated into
?image[key].x=foo&image[key].y=bar

PHP has no idea what to do with "image[key].x" so the ".x" is stripped
away and the "image" array created with the index "key".
Then PHP tries to parse "image[key].y"... strips the ".y" away and
overwrites the the previous array index named "key".

If you really want the coordinates into an array you can use
name="image[key][]" which will create your "expected result" array.
I however do not recommend it...


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

[2007-09-02 20:15:13] xoneca+php at gmail dot com

I am using PHP as Apache module, and this also happens with PHP 5.2.4

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

[2007-09-02 20:07:58] [EMAIL PROTECTED]

And does this happen with PHP 5.2.4?

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

[2007-09-02 20:07:42] [EMAIL PROTECTED]

What SAPI are you using (CGI, Apache, something else) ??

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

[2007-08-31 16:50:50] xoneca+php at gmail dot com

It happens in both FF2 and IE7.

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

[2007-08-04 14:28:51] [EMAIL PROTECTED]

Does it happen with any browser? f.e. Firefox? 

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/42162

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

Reply via email to