Hey everybody,
I've scripted a User Authentication system for a client and everything works great so far. He wants to add a "forgot password" feature that his visitors can use if they forget their password.
I've got the MySQL database setup and a table for their email address.
What I need to do is simply create a form that someone will put their email address into and submit it. When they submit the form, I need to query the database and shoot the email address entered a message that includes the password associated with that email.
What's the easiest and quickest way to do this???
Your help... as always ... is appreciated!!






Bookmarks