how can odecrypt password string in php which is crypted?
- by Srikanth Naidu
how can i decrypt password string in php which is crypt
$salt = substr($_POST['password'], 0, 2);
$password = crypt($_POST['password'], $salt);
i need to send the password in email "forgetpassword"