How To Capitalize Letters With PHP

by Wallpaperama.com

Step 1. I have defined $word as "wallpaperama" in lower case with this declaration: <?php $word="wallpaperama"; ?> on line 1 of this script

Step 2. This is the value of $word without the ucwords() PHP function: wallpaperama

Step 3. Now here wallpaperama with the ucwords() function: Wallpaperama

<< php-tutorial-how-to-capitalize-letters-with-php-functions-code-script


Free Hosting for this PHP script Provided By Webune.com