Server behavior: forgot password -
08-05-2004
, 11:49 PM
I'm trying to implement a "forgot password?" link on my PHP page. Users will
click on the forgot password link, and they will enter their username into a
form. The password will then be sent to the email address that they entered
when they first registered for the site. I use a PHP MySQL database with three
fields: username, password, and email.
Could anybody help? What PHP code would be used? |