RE: Getting the full cgi parameter string...

2003-10-27 Thread Farrington, Ryan
Title: RE: Getting the full cgi parameter string... Seth, Do you need the get or the post? If you want to output all the variables that become available when you run a script in cgi just parse the %ENV hash that should give you all the info you need. -Original Message- From: KING

RE: Getting the full cgi parameter string...

2003-10-27 Thread Adym Lincoln
snip : I need to retrieve the full parameter string passed to a cgi to then do a : URL-decoding on it. Pls help!! : : Seth King : Programmer Analyst : Hewlett-Packard Boise Site : The Network Group : 396-3645 /snip Seth, Depending on how the string was posted, one of these should do it... if