in reply to Extract form fields & values from query string of http_referrer
Working from Leviathan's idea, I ended up doing:
and that works just fine.$query = new CGI($ENV{'REQUEST_URI'});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extract form fields & values from query string of http_referrer
by grashoper (Monk) on Jul 20, 2007 at 00:03 UTC |