Monday, December 19, 2011

how to save MD5 encrypted password into mysql table field

$qry = mysql_query("INSERT INTO table ( username, password ) VALUES ( 'name' , MD5('password')  ")or die(mysql_error());

No comments:

Post a Comment