So I wrote a simple login form but for some reason it's allowing users who don't exist to login... I don't even know how that's possible but I need to fix that. Can someone help?
Code: Select all
if ($row->client-password != $client_password) {
Does that make sense? Thanks!