PHP Convert the first character of each word in a string into uppercase – PHP April 28, 2011 Pramod T P Leave a comment <?php echo ucwords("hello name"); // Hello Name ?>