var_dump doesn't need echo, it'll dump the contents directly. That should help you with debugging. On a side note: - Use parameterized queries - Separate logic from UI layer (move queries to separate class for example)
When I use $hashPswd(used in sign up.php) in password_verify ($password, $hashPswd) It returns true but when I fetch password from database it returns false every time But $hashPswd works on same page
Обсуждают сегодня