25.09.2013, 17:39
HEy, how about doing this instead,
$hashedInput = md5($_POST['password']);
sanitize function COULD'VE removed some character in the inputbox, you should just let it accept everything since its a password.. or echo the results so you can check on what happened..
$hashedInput = md5($_POST['password']);
sanitize function COULD'VE removed some character in the inputbox, you should just let it accept everything since its a password.. or echo the results so you can check on what happened..