Template Sites
Featured Sites
Members Area
Partners Sites
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..

Views: 326

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

Views: 430

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

Views: 364

Alternating row colors tutorial

Sometimes, when we work with tables, we probably want to change the color for every row INSERT INTO `sites` VALUES..

Views: 337

An Introduction to Functions

Functions allow you to re-use code to repeatedly perform a procedure. John Coggeshall introduces PHP functions..

Views: 282

Arrays in PHP

Arrays are important to program development. Explore how to work with them in PHP..

Views: 263

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

Views: 260