26 Mar
2003
26 Mar
'03
5:19 p.m.
Roach, Mark R. wrote:
Is there any way to pull only the query string variables out of the request, or even better, a function that does what my imaginary "full_url_with_query" function wants to do?
You can use REQUEST.form as subset of the REQUEST for parameters via the QUERY_STRING. -mj