i doing a login page, and i want to encrypt the password that i already register... i can do that by using the crypt() function in PHP..
My problem now is how can i match the encrypt password in the database with the password that key in by user when they want to login to the page?