Re: Passing cgi parameters to script...

2005-12-30 Thread Kent Johnson
Diez B. Roggisch wrote: > sophie_newbie wrote: > >>Is there any way that I can pass cgi parameters to my script locally, >>before i upload it to the webserver, so that i can debug it. > > You might think of using CGIHttpServer to test your scripts in a > server-environment - while still being loc

Re: Passing cgi parameters to script...

2005-12-29 Thread Mike Meyer
"sophie_newbie" <[EMAIL PROTECTED]> writes: > Is there any way that I can pass cgi parameters to my script locally, > before i upload it to the webserver, so that i can debug it. > > Normally I would pass parameters like this: > > www.webserver.com/script.cgi?TERM1=hello&FIELD1=TTL&TERM2=goodby&FIE

Re: Passing cgi parameters to script...

2005-12-29 Thread Diez B. Roggisch
sophie_newbie wrote: > Is there any way that I can pass cgi parameters to my script locally, > before i upload it to the webserver, so that i can debug it. > > Normally I would pass parameters like this: > > www.webserver.com/script.cgi?TERM1=hello&FIELD1=TTL&TERM2=goodby&FIELD2=GOVT > > The pr

Passing cgi parameters to script...

2005-12-29 Thread sophie_newbie
Is there any way that I can pass cgi parameters to my script locally, before i upload it to the webserver, so that i can debug it. Normally I would pass parameters like this: www.webserver.com/script.cgi?TERM1=hello&FIELD1=TTL&TERM2=goodby&FIELD2=GOVT The problem is that I get errors that do not