Re: [PHP-DEV] http_build_query and arg_separator.output

2005-03-24 Thread Xuefer
is that still a problem if you set arg_separator.input = ";&" this should BC with why not use arg_separator.output = ";" the doc told me there's some browser can't recognize ";", but can anyone tell me when browser need to do something with it? parsing the "Location"? i just found it problem on

[PHP-DEV] http_build_query and arg_separator.output

2005-03-23 Thread Sharif Ibrahim
In the manual, http_build_query's documented behavior is to generate a "URL-encoded query string." The documentation does not specify what is used as a separator between the array elements, but testing and/or source perusal easily show that it is arg_separator.output. This makes sense when genera