I have fname and lname in my database, and a name could be stored as JOHN DOE or john DOE or JoHN dOE, but ultimately I want to display it as John Doe
fname being Jo
Change the names to lower and then add ('A' - 'a') to the first letter of fname & lname.