|
php function to change to lower case
I found a "bug" in my register script......
when it checks to see if the username exists, if the user enters Trevor and trevor already exists, it still makes the account Trevor, so there is a Trevor and trevor.
so I need to change $username to lowercase before it checks the database.
is there a function for this?
thanks,
Trevor
|