How-to articles, tricks, and solutions about QUERY-STRING
Get URL query string parameters
To get the query string parameters in PHP, you can use the $_GET superglobal array.
Request string without GET arguments
In PHP, you can use the $_SERVER['REQUEST_URI'] variable to get the request string without GET arguments.