[PHP-DEV] Bug #745: <input type=image> and array variables From: be <email protected>
Date: 09/14/98

From: be <email protected>
Operating system: any?
PHP version: 3.0.3
PHP Bug Type: Misbehaving function
Bug description:
I have for example

<input type=image name="foo[123]">

in a form. Then the receiving script does
not have

$foo_x[123] and $foo_y[123]

in its namespace.

It has only $foo[123] containg the value
of what should be $foo_y[123]

Boris

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>