om: "Vernon" <[EMAIL PROTECTED]>
To: <>
Sent: Monday, February 17, 2003 10:16 AM
Subject: [PHP] MD5 login troubles
Hey all,
I'm using the following code to save an MD5 password into a database along
with an unencrypted username and email address:
$insertSQL = spri
Hey all,
I'm using the following code to save an MD5 password into a database along
with an unencrypted username and email address:
$insertSQL = sprintf("INSERT INTO penpals (email, password, username) VALUES
(%s, MD5(%s), %s)",
All seems to have worked well, the password is encrypted and so for
2 matches
Mail list logo