On Thursday 06 March 2003 13:21, Chinmoy Barua wrote:
> I have an user table where the username and passwords of the users are
> stored. The passwords are stored in encrypted format (the MySQL function
> 'ENCRYPT($password) is used for insertation).
>
> Now I want to varify username and password.
Hello,
I have an user table where the username and passwords of the users are stored. The
passwords are stored in encrypted format (the MySQL function 'ENCRYPT($password) is
used for insertation).
Now I want to varify username and password. For that, I have written the followin PHP
code:
---
2 matches
Mail list logo