I'm not sure if i'm doing this right
$password = mysql_real_escape_string(hash('sha256',$_POST['password']));
That should post the string value to the SQL database, if i'm correct, but i need help for this one
$password = mysql_real_escape_string($_POST['password']));
If i remove the hash(''sha256), would it post the string to the database instead of the SHA-256?
(http://puu.sh/9d7s2/85558773c6.gif)
Thanks for that, i figured out what i did wrong though.
Nothing
/\/ 1 6
isnt that deprecated