I run a site that requires a username and password to perform certain actions. I want to offer users opportunity to have their password emailed to them instantly if they have forgotton it. They will provide data to verify themselves, and the current password retrieved from the db, then i want that password ( or a replacement pwd) emailed to them automatically.
Can php do this? If so can someone tell me how to do it?
Can php do this? If so can someone tell me how to do it?