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 Proper Case Function