spewn
Programmer
- May 7, 2001
- 1,034
i have a form on one page and once it's submitted, the page it goes to reads the fields through:
$field1info = $cgi->param('field1');
$field2info = $cgi->param('field2');
etc...
no problem. but what if i didn't submit to get to the parse page, and instead simply click a link to get there? how can i still access those fields? is this possible.
thanks!
- g
$field1info = $cgi->param('field1');
$field2info = $cgi->param('field2');
etc...
no problem. but what if i didn't submit to get to the parse page, and instead simply click a link to get there? how can i still access those fields? is this possible.
thanks!
- g