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.
-

Advertise On PK-Tuts

If/Else/Else If Beginners Tutorial

Posted by Pete | Posted in PHP Beginners, PHP Tutorials | Posted on 03-10-2009-05-2008

0

After contact from some visitors starting to learn PHP. I am going to be writing a few tutorials on the basics of PHP. In this tutorial we will cover how to use the If Statements.
Read the rest of this entry »

Tutorials Written By Peter Kelly