View Single Post
Old 02-08-2003, 06:02 PM   #1 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
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
trevor is offline   Reply With Quote