Posted by Berimor on 10/11/13 11:32
On 20 Nov 2005 15:15:43 -0800, Greg Scharlemann
<greg.scharlemann@gmail.com> wrote:
> Does $_SERVER['QUERY_STRING'] not return the query string when using
> the post method of a form?
>
> It works fine when I use get, but post doesn't work. How do I retrieve
> the query string when posting a form?
>
> Thanks...
>
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).
--
Exact Meta Search | Major Search Engine
http://exactsearcher.com
Navigation:
[Reply to this message]
|