hello!
i have this problem.
i have a registration script with php and mysql. In the password field i encrypt the $userpassword with this command password($userpassword) in the SQL query.
But now i want to retrieve the password of the user but not encrypted. As he typed it.
Can i do that?