cron
Many of us have PHP only available as an apache module and are therefore forced to put scripts that we want to run as cron scripts in our public directories.
I haven't been able to put a script in the admin directory and have it protected by username and password the same way other admin scripts are and still have it work as a cron script.
Is there anyway to set up a secure PHP script that can be run as cron jobs?
Amy
|