PHP Tutorials
2 Quick PHP Tips
Are you a sloppy coder? Do you unwittingly reduce the performance of your own code? Clean up your act with..
A Detailed Look at PEAR
Joao Prado Maia sheds some light on some advanced coding techniques in PEAR, and teaches you how to read the..
Adding PHP to Apache on Linux
In the last year, the PHP scripting language has become one of the most essential tools for building content-rich Web..
Alternating row colors tutorial
Sometimes, when we work with tables, we probably want to change the color for every row INSERT INTO `sites` VALUES..
An Introduction to Functions
Functions allow you to re-use code to repeatedly perform a procedure. John Coggeshall introduces PHP functions..
Arrays in PHP
Arrays are important to program development. Explore how to work with them in PHP..
Arrays in PHP: Part 1
John Coggeshall introduces the array, a PHP variable type that allows you to organize data more efficiently. He explains how..
