PHP



The Practicality of OO PHP

Tuesday, February 5th, 2008

There seems to be a common pitfall among some PHP developers–especiallythose just beginning PHP pro

Working with Files in PHP, Part Two

Tuesday, February 5th, 2008

Basic Binary File I/OAs you may recall from my last column, PHP provides two fundamentalfunctions fo

PHP Configuration Directives

Tuesday, February 5th, 2008

In a previous article, I gave an overview of what the php.ini file is and how you might use it. Now

Caching PHP Programs with PEAR

Tuesday, February 5th, 2008

Contents:Caching in contextWhere to get PEAR CacheHow PEAR Cache worksFunction call cachingOutput ca

Session Tracking: Part 2

Tuesday, February 5th, 2008

Why would it be necessary to create custom functions instead of using the default file method offere

Implementing MVC in PHP: The Model

Tuesday, February 5th, 2008

The Model is where the majority of the application’s logic sits. It is where you run queries against

Why PHP 5 Rocks!

Tuesday, February 5th, 2008

While one of the key goals behind PHP 3 was increasing PHP/FI 2.0’s performance and efficiency, at t

Introduction to PHP Objects, Part 1

Tuesday, February 5th, 2008

In today’s column, I’ll be introducing one of the more interesting and useful methods of writing PHP

PHP Web Services Without SOAP

Tuesday, February 5th, 2008

REST, unlike SOAP, doesn’t require you to install a separate tool kit tosend and receive data. Inste

Installing PHP as an Apache DSO

Tuesday, February 5th, 2008

For more information on what dynamically shared objects (DSOs) are, see Apache’s online documentatio