Hi
I am resetting a password users that have forgot theres. I am using the following code, which is resetting the password for me
$password = substr (MD5(uniqid(rand(),1)), 6, 10);
It displays the pw value of "7260806e66" but adds the value of "*F80A0989CFD9AC03E20" to the mysql database . I cant log in with the value on screen, but the value in the database works fine.
Any ideas, why is it two different values, and why doesnt one of them work
Thanks in advance