MySQL Ban System Help
#1

Hi!

I'm using Mysql ban system on my server.

My problem: When I ban a person name of Sensation, and login someone with name of SensaTioN then second person has been banned. How can i fix this problem? Please Help me..
Reply
#2

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.
Код:
SELECT * FROM `ban_data` WHERE BINARY `bannedname`='name'
Though, I suggest you to avoid having case-sensitive names.
Reply
#3

I fixed the problem. Thanks for your help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)