Parsing formdata from one CGI script to the next.

2002-04-08 Thread Daniel Falkenberg
Hello All, Is it possible to parse form data from one CGI script to another one. What I want to do is have a user login to a page. From their I the user to select on a link then that link will take them to another CGI script. In this new CGI script I need that to contain some information of

Re: Parsing formdata from one CGI script to the next.

2002-04-08 Thread Tagore Smith
Daniel Falkenberg wrote: Hello All, Is it possible to parse form data from one CGI script to another one. What I want to do is have a user login to a page. From their I the user to select on a link then that link will take them to another CGI script. In this new CGI script I need that