Hello,
I have a database where I store my members username and password. I've noticed that searching the database for
$username='MyUsername' and $password='MyPassword'
will give the same results as searching for
$username='myusername' and $password='mypassword'
I don't mind the username being case-insensitive, but I need the password search to be case-sensitive! Does anyone know how to accomplish this?





Bookmarks