Cynic wrote:
[snip]
> this is by design.
>
> take a look at this (you'll have to edit it):
>
>         function _QueryString()
>         {
>             $qsstr = '' ;
>             $qsarr = array() ;
>             $QS = strtr( $GLOBALS['HTTP_SERVER_VARS']["QUERY_STRING"] ,
array( '[' => '' , ']' => '' ) ) ;

Won't this only work for GET requests... is there any way to get access to
the raw post data?

--zak


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to