I am setting up a PHP-mySQL login script. One key feature I need is
the ability automatically to e-mail people their password when they
forget it.

Obviously, I can store the password without using password() and
retrieve it at any time. Is it possible to store the password using
password() and retrieve a decoded value from mySQL?  

John Hughes

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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

Reply via email to