I'm using md5 to encrypt the user's password in my database, and I want them to get their password back when they forget by sending them email. The problem is I don't know how to write PHP code to recover it back.
Any answer, or appropriate link would be very much appreciated. Thanks..