Jump to content

MD5 Help


Recommended Posts

Hi All,

Im having trouble with my update password script in the sense that it's not encrypting passwords in the MD5 format, I believe this is the line causing me problems, Can anybody tell me why?

mysql_query("UPDATE users SET password='md5($newpword)' where username='$uname'"); 

Link to comment
https://forums.phpfreaks.com/topic/236460-md5-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.