Normal
Get the hashed password from the database, and do a if statement with password_verify, if it returns true the password is correct, otherwise return an error.If you are making something you want to release, I don't advice using those functions as not many people are already using PHP5.5.
Get the hashed password from the database, and do a if statement with password_verify, if it returns true the password is correct, otherwise return an error.
If you are making something you want to release, I don't advice using those functions as not many people are already using PHP5.5.