can someone say me ?? if i save $p->getName(), In file then the system save not GamerXy It save gamerxy - how i get the right name from player with big letters in the file? same with strtolower($name)
Or how to ignore if player name have big letters... or change big letters to small one If have made a region it save the nickname in small letters like gamerxy but the real nick is GamerXY
Then don't use strtolower(), if you save players' names inside a config made by you, there should be no problem
close -.- i forgot it by break and place but all ove in the code by array save and something else -.-
Off-topic: if you use a MySQL database, it is default to be case-insensitive. If you use SQLite3 database, you can add a COLLATE NOCASE specification for a row when creating a table to make it case-insensitive.