Why another if sentence?
胡涂
胡涂 2020-05-20 18:27:22
0
1
1019

if ($username == $row['username'] && $pwd == $row['password'])

Isn’t the above sql already judged?

胡涂
胡涂

reply all(1)
!

It should be more rigorous. You can judge some other logic in the if, such as whether the user is bound, etc.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template