- 1,251 categories
- 40,829 scripts
- For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP...
- This article is intended for the PHP programmer interested in creating a static HTML cache of dynamic PHP scripts. The article has been written specifically for an Apache server running PHP scripts, but the ideas described here are applicable to almo...
- This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single ''selector'' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas ...
- This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
- In this last part of the &"Top 21 PHP Programming Mistakes&" series, the discussion involves what the author calls 7 &"deadly&" mistakes. These are conceptual mistakes such as not allotting enough time for a projec...
- Output buffering is a powerful feature of PHP 4.0. that lets developers create advanced and efficient programs very easily. This article covers the HTTP header, how output buffering helps you deal with it, and describes several advanced usages of the...
- This article by Tim Perdue at PHPBuilder.com offers helpful guide to some of the best practices in PHP coding style. Topics covered: Indenting, Control Structures, Function Calls, Using Comments, PHP Tags, and Strings.
- Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more.
- This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create ...
- A discussion on PHP development on Windows platform. It covers installation, how to enable functionality through extensions (DLLs), sending mail, Filesystem functions, and using COM.
Page: