Reply to Re: $_SERVER['QUERY_STRING'] empty when using post?
Posted by Greg Scharlemann on 11/02/49 11:32
> Sure, you won't get querry string the way you're trying. Think you should
> fetch all parameters of $_REQUEST hash and then (if you need this) to
> compose all parameters and their values into query string using server
> delimiter (in most cases it's "&" symbol).
>
So there's no better way to get the string when using post other than
compiling it yourself?
That kind of sucks.