Bickey Posted February 1, 2011 Share Posted February 1, 2011 How do I make the username and password checking CASE SENSITIVE? $result=sprintf("SELECT * FROM db WHERE username = '%s' AND watchword ='%s'", mysql_real_escape_string($username), mysql_real_escape_string($password)); Thanks. Bickey. Link to comment https://forums.phpfreaks.com/topic/226361-case-sensitive/ Share on other sites More sharing options...
AbraCadaver Posted February 1, 2011 Share Posted February 1, 2011 http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html Link to comment https://forums.phpfreaks.com/topic/226361-case-sensitive/#findComment-1168372 Share on other sites More sharing options...
Bickey Posted February 1, 2011 Author Share Posted February 1, 2011 Cheers!! Link to comment https://forums.phpfreaks.com/topic/226361-case-sensitive/#findComment-1168384 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.