Is it a good idea to Strtolower the username then store it in database?
- by Axel
Hi,
In a php/mysql application where people can registre, is it a good idea to strtolower the username then store in the database in order to not have problems in the future? because people are using DiFfeReNt cases and i'm afraid that will make conflict in some queries.
Thanks