09.10.2015, 16:03
Use BINARY clause along with WHERE while selecting banned name value. Below is just an example query, you can do it according to your ban table structure.
Though, I suggest you to avoid having case-sensitive names.
Код:
SELECT * FROM `ban_data` WHERE BINARY `bannedname`='name'