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

Basic PHP Template System

Posted by Pete | Posted in PHP Functions, PHP Tutorials | Posted on 20-10-2009-05-2008

0

In this tutorial we will learn how to make a basic php template system. Which will allow us to include the template files into our php code.
Read the rest of this entry »

Tutorials Written By Peter Kelly