I have built a nice admin login for my site. Works great. Uses the mySql
database to store the uname and pass. But if I insert into my table a
PASSWORD('password') so that the password is encrypted I'm not sure how my
PHP script could check to ensure the password is the same. How can I encrypt
the users passwd (via php)so that it matches the same password I put into
the database? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
