I have a login form that once validated loads up the users configuration file, such as user.php
Problem is sometimes the user logs in as User with the capital U, which still allows him to login, but PHP returns a error due to the capital U. What would be a quick command to convert the capital U to u before logging in.
Thanks
ghjr