MySQL Ban System Help
#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


Messages In This Thread
MySQL Ban System Help - by Sensation - 09.10.2015, 15:53
Re: MySQL Ban System Help - by Lordzy - 09.10.2015, 16:03
Re: MySQL Ban System Help - by Sensation - 09.10.2015, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)