PHP Proper Case Function
27
March
PHP function to make the first letter of each word capital and the following letters lower case. If the first character is not a letter it capitalizes the second character.
PHP function to make the first letter of each word capital and the following letters lower case. If the first character is not a letter it capitalizes the second character.