case sensitive authentication
case sensitive authentication
Out of context: Reply #1
- Started
- Last post
- 1 Response
- kinetic0
nevermind...figured it out.
for those who are interested:
SELECT * FROM tablename WHERE BINARY user_name='$Name' AND BINARY user_password='$Pass'