Password_verify not working. returning incorrect password when the details are correct
Im trying to create a login system using PHP and MYSQL, however, after inserting password into the database using password_hash, I am unable to verify the password against a username using password_verify, it keeps returning false, bringing about incorrect login details