Quote:
Originally Posted by EnIgMa1234
You might want to remove your database info from the code
As for your error check this line of code.
PHP Code:
WHERE username='$user' AND password='$hashhpass'");
$hashhpass should be $hashpass
|
Oops, i saw that but that is not the problem (That probally happened when i was rewriting the variables for that example) i think it's the way the PHP MD5's the raw password, when I do it manually, the Hashes are not the same. Is there some sort of algorithm?