Re: Help with Cookies

2003-02-08 Thread CraigD
This is how I did it. if ( @loginfo = CGI::cookie('mspplog') ) { $user_name = $loginfo[0]; $password = $loginfo[1]; $checkPassword = 'true'; } On Friday 07 February 2003 08:07 am, Kipp, James wrote: All am I am trying to do now is have a user enter his/her name in a

Help with Cookies

2003-02-07 Thread Kipp, James
All am I am trying to do now is have a user enter his/her name in a form and have that saved to a cookie, so when they return, they will get something like Your juser, please proceed . I took the example here: http://stein.cshl.org/WWW/CGI/examples/cookie.cgi Below is the code I am