Am I able to control the case of a text string from MySQL in PHP? I want to be sure a name displays on the page with a capital first letter followed by lower case letters regardless of how the string is stored in the table. For example, I want the string brian to display as Brian or BRIAN display as Brian.
Bookmarks