Description: Pseudocron is a multi-platform compatible program that allows users to use cron jobs on a Website without shell access. Whenever any user requests a page which uses pseudo-cron, it checks if any cron jobs should have been run since the previous request. If there are, they are run and logged. It uses a syntax very much like Unix cron's and can run any include()able PHP file.
|