[PHP-DEV] Bug #789 Updated: GET badly interpreted on Win95+Apache1.3.1 From: Bug Database (php-dev <email protected>)
Date: 10/03/98

ID: 789
Updated by: shane
Reported By: pg <email protected>
Status: Closed
Bug Type: Other
Assigned To:
Comments:

Not a bug.

This is the way php works. All spaces are turned into underscores, so abc+def+a=b becomes the
variable abc_def_a with a value of b.

You are right though, if you want it different, you must use abc+def+&a=b&c=d

However, if you want abc and def to be two seperate values, you have to put an & between them also.

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

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