chuckdawit
06-14-2007, 08:13 PM
This question is similar to my last post in this forum. How can I save a global variable from a cgi script that calls different stateless forms. (ex. $global_var = $cgi->param('password') )
Here I want to save my password being returned from a form into a global variable named $global_var. When I try and do this and call another form it dumps the value of the global variable. How can I save this into a global variable?
Here I want to save my password being returned from a form into a global variable named $global_var. When I try and do this and call another form it dumps the value of the global variable. How can I save this into a global variable?