How much data are you looking at logging to the database? If there is a lot, you may run into performance issues as the script waits for the writing to Access to finish. The other downside is that it ...
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 ...
I am working on a script which uses wget to pull down an AV DAT file from Symantec's FTP. I plan on running this script a couple of times a day.<BR><BR>Basically, the script needs to delete any ...