So now way ? :tired:
ok .. just if i can use the vbuelltin functions to make the same steps on the password inputed by the user ..
I don't really care to know how it works .. I just need my script to work well !
Xenon :
Ok .. in fact I looked .. and Tried it
look this my phpmyadmin info :
my password on localhost is : aa
Iam using it sooo ok and it's aa Iam sure
so I wanted to see if this way iI found in the function would work or not .. :
PHP Code:
echo md5(md5("aaU^8"));
and resulted :
PHP Code:
a00e63216d20556fcd5ec5ec5cd5d9e3
as you can see .. it's not the same as the hash in phpmyadmin ..
thanks for trying to help