View Single Post
Old 11-01-2008, 02:31 PM   #1 (permalink)
pabin
The Wanderer
Newcomer 
 
Join Date: Feb 2008
Posts: 6
Thanks: 2
pabin is on a distinguished road
Help Case sensitive in mysql

I have made a login form using php and mysql. The fields of username and password is varchar data type. My problem is that the username is not case sensitive. I mean to say if my mysql field has the username value of 'Administrator' i can login by username 'administrator', 'administratoR',..........

The solution only i found is the use of tinyblob. Is there any other way to make the field case sensitive.
pabin is offline  
Reply With Quote