OK, i have a db of users with their passwords ecrypted in md5 form.
Now i am writing a scirpt giving them the option to change their pass word. So this is my following update code.
I thought that i had to ecrypt the new password so here is my update sql function..
And it still does not work.
$sql = "UPDATE users SET check = (' md5($newpass)')";
thanks
Anthony
Now i am writing a scirpt giving them the option to change their pass word. So this is my following update code.
I thought that i had to ecrypt the new password so here is my update sql function..
And it still does not work.
$sql = "UPDATE users SET check = (' md5($newpass)')";
thanks
Anthony