PHP

PHP programming articles.

For using XML web services within PHP, see the XML web services articles.


Tutorial: Cross-platform background process forking without extensions in PHP

There are plenty of ways to fork new processes in PHP. You can use shell functions like exec() or shell(), the pcntl_* function set in the Process Control extension or stream/filesystem functions such as popen(). In this article, we're going to look at the latter of these, and learn:

PHPCron: Running scheduled tasks from PHP on a web server

Downloads for the software described here are available on the downloads page.

This software is a work in progress and should not be considered complete or secure.

Automatic WSDL Generation in PHP 5

Downloads for the software described here are available on the downloads page.

PHP Test Chassis (updated 26-Jul-2006)

Downloads for the software described here are available on the downloads page.

Latest articles