> Mmm.. think you misinterpreted my question...
 > 
 > 
 > http://www.mysql.com/doc/M/i/Miscellaneous_functions.html
 > 
 > PASSWORD(str)
 > how do you unPASSWORD(str) in PHP?

Basically, you don't.

Instead, what you do is use the password that was provided as user
input.  You create a suitable database query where one of the select
criteria is PASSWORD(user_input_password) - then if you get a match they
must have entered the right password.

CYA, Dave




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to