">
<?phpecho ucwords("i love interview mania!");?>
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.