Which item in the ServerVariables object should be used to get the URL, including the query string? I want to be able to pass the exact URL to another script so it can return to the same place.
However, the PATH_INFO, PATH_TRANSLATED, and URL items don't seem to have the query string included. Is there an item that only gets the querystring so I could attach it to one of the above?
