Re: [PHP] Conversion of period and space for $_GET, $_REQUEST,etc. is rather senseless

2005-07-02 Thread Joe Krahn
Richard Lynch wrote: On Thu, June 30, 2005 8:47 pm, Joe Krahn said: PHP imports GET and POST data to array elements by senselessly converting periods and spaces to underscore. The intent is to make strings variable-name compatible for conversion directly into global variables via

[PHP] Conversion of period and space for $_GET, $_REQUEST, etc. is rather senseless

2005-06-30 Thread Joe Krahn
PHP imports GET and POST data to array elements by senselessly converting periods and spaces to underscore. The intent is to make strings variable-name compatible for conversion directly into global variables via import_request_variables or register_globals. String-to-variable name mangling