Mega Code Archive

 
Categories / Php / Strings
 

Prettifying names with ucwords()

<? print ucwords(strtolower('JOHN FRANKENHEIMER')); ?>