change lower first case of each word uppercase 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