Capitalization In Strings
Posted by Pete | Posted in PHP Beginners | Posted on 12-11-2009-05-2008
0
Manipulating strings for use with capitals is a simple job in PHP as there are 5 functions built in to help you with this task. strtoupper, strtolower, ucwords, ucfirst and lcfirst. In this tutorial I will show you how to use them and examples included.
-



