Forum Moderators: coopster

Message Too Old, No Replies

make a form with remeber me check box

make a form with remeber me check box

         

vivek avasthi

7:09 am on May 22, 2006 (gmt 0)

10+ Year Member



i want to make a script in php with remeber me check box..user don't need to login again and again.

adb64

8:03 am on May 22, 2006 (gmt 0)

10+ Year Member



When the box is checked set a cookie with username and password when the form is submitted.
When the user later returns, read the received cookie and let the user enter automagically when username and password are valid.

eelixduppy

11:05 am on May 22, 2006 (gmt 0)



You can create cookies using the set_cookie() [us3.php.net] function and/or just a conventional oven :)