Is it a good idea to Strtolower the username then store it in database?

Posted by Axel on Stack Overflow See other posts from Stack Overflow or by Axel
Published on 2010-03-31T20:27:23Z Indexed on 2010/03/31 20:33 UTC
Read the original article Hit count: 183

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql