">
<?phpecho ucwords("this is an important.");?>
The ucwords() function converts the first character of each word in a string to uppercase.
Previous Question Next Question
Your comments will be displayed only after manual approval.