[PHP-DEV] Bug #745 Updated: <input type=image> and array variables From: Bug Database (php-dev <email protected>)
Date: 10/10/98

ID: 745
Updated by: jim
Reported By: be <email protected>
Status: Analyzed
Bug Type: Feature/Change Request
Assigned To:
Comments:

This is because we actually get "foo[123].x" and "foo[123].y" from the browser.
I'm not sure if we should turn this into "foo_x[123]" and "foo_y[123]" as suggested,
make "foo[123]" be an associative array with 'x' and 'y' members, or simply punt,
like we do now.

Full Bug description available at: http://ca.php.net/bugs.php3?id=745

--
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>