Skip to main content
Known Participant
February 24, 2012
Question

checking passwords

  • February 24, 2012
  • 1 reply
  • 481 views

How do you securley check a user's password when logging them in?  How would I use md5 to do this?  I would also like a remember me feature that takes their login information, and logs them right in.  i am just not sure how to tie this all together.

This topic has been closed for replies.

1 reply

February 24, 2012

For encryption, checkout PHP Mcrypt library

For auto-login, see HTTP Cookies,