Strings Php

   $title = "asdf asdf asdf!";
   echo ucwords($title);
?>