Re: [PHP-DB] Password help plz

2002-01-19 Thread Miles Thompson
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

[PHP-DB] Password help plz

2002-01-19 Thread Shelly Wilds
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