PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
echo ucwords("hello world");
?>

  
</body>
</html>
Result:
Show PHP - © www.w3ii.com