SyntaxFix
Write A Post
Hire A Developer
Questions
Use the password_verify() function
if (password_vertify($inputpassword, $row['password'])) { print "Logged in"; else { print "Password Incorrect"; }