Fw: [PHP] MD5 login troubles

2003-02-17 Thread Rick Emery
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

[PHP] MD5 login troubles

2003-02-17 Thread Vernon
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