Categories
PHPTips and Tutorials → Development

Arrays and PHP: A Primer

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Script Caching with 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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Team development method for PHP

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Controlling PHP Output: Caching and compressing dynamic pages

This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Top 21 PHP Programming Mistakes - Part 3: Seven Deadly Mistakes

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Output buffering, and how it can change your life

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Best Practices: PHP Coding Style

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Managing Teams and Large Projects

Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Extending PHP

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Opening a Few Windows with PHP

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com