Home > Q&A > body text
if ($username == $row['username'] && $pwd == $row['password'])
Isn’t the above sql already judged?
WJ2020-05-21 09:22:19
It should be more rigorous. You can judge some other logic in the if, such as whether the user is bound, etc.