Due to the incredible growth of PHP in the last couple of years, it's now being used for tasks ranging from tiny scripts to large-scale Web applications. Some Web applications contain hundreds of ...
This tip shows how to add logging to your PHP script and how to add configuration so you have basic, configurable logging. The PHP script requires two PEAR packages ...
So I've written some (rather crude) scripts in PHP that run on our intranet under apache 2.<BR><BR>Now they call alot of shell commands to do some back end lifting which take some considerable ...