Mega Code Archive

 
Categories / Php / Strings
 

Ucwords php

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