capitalize each word first character php code example
Example: php uppercase each word
$upperCaseSentance=ucwords("i do not feel good");//I Do Not Feel Good
$upperCaseSentance=ucwords("i do not feel good");//I Do Not Feel Good