On Nov 23, 2007 5:42 PM, Stut <[EMAIL PROTECTED]> wrote:
> Tamkhane, Pravin wrote:
> > Hi All,
> > I am trying to write a simple user verification(not using MD5 hash) . I
> > have users table in database which contains login_id and passwd for
> > registered users. I am using PDO for this purpose. I
Tamkhane, Pravin wrote:
Hi All,
I am trying to write a simple user verification(not using MD5 hash) . I
have users table in database which contains login_id and passwd for
registered users. I am using PDO for this purpose. If i use MySQL
database, following code for user verification works wel
Hi All,
I am trying to write a simple user verification(not using MD5 hash) . I have
users table in database which contains login_id and passwd for registered
users. I am using PDO for this purpose. If i use MySQL database, following
code for user verification works well without any problem. Bu