http://php.flashwebhost.com/sherly/pen.php
Code:<?php $myPen = 'I have a blue pen'; $myPen = ucwords($myPen); echo $myPen; echo '<br>'; $myPencil = 'I HAVE A GREEN PENCIL'; $myPencil = ucwords($myPencil); echo $myPencil;
http://php.flashwebhost.com/sherly/pen.php
Code:<?php $myPen = 'I have a blue pen'; $myPen = ucwords($myPen); echo $myPen; echo '<br>'; $myPencil = 'I HAVE A GREEN PENCIL'; $myPencil = ucwords($myPencil); echo $myPencil;
Last edited by sherlyk; 05-10-2014 at 03:34 PM.
Bookmarks