|
Posted by Ryan Lange on 11/16/73 11:32
Greg Scharlemann 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...
A query string is part of a URL
(http://en.wikipedia.org/wiki/Query_string), therefore, if you use the
post method, there is no query string.
- Ryan
Navigation:
[Reply to this message]
|