Date: 10/03/98
- Next message: Bug Database: "[PHP-DEV] Bug #719 Updated: error_log crashes when multiple scripts write to the same file at the same time"
- Previous message: Bug Database: "[PHP-DEV] Bug #787 Updated: odbc_field_num unsupported or undefined"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #719 Updated: error_log crashes when multiple scripts write to the same file at the same time"
- Previous message: Bug Database: "[PHP-DEV] Bug #787 Updated: odbc_field_num unsupported or undefined"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

