Shelly,
Retrieve a decrypted password for display? Can't do it, MySQL's password()
function is one way. Check this page of the MySQL docs:
http://www.mysql.com/doc/M/i/Miscellaneous_functions.html
You can display the password as encrypted by that function.
PHP doesn't have a password() funct
hi guys,
i'm new to php/mysql :), so plz bare with me a bit.
i'm trying to figure out how to retrieve password un crypted to browser.
//
$result = mysql_query("SELECT * FROM auth WHERE
username='$valid_user'",$db);
$myrow