Heya all,
I was just wondering how one would handle this. Any ideas would be appreciated;
I have a file "cron.php" this file will call multiple scripts to run as soon as cron.php is called by the server.
Would one do it with:
- Headers
or
- URL redirect
or
- Something else?
The thing is, instead of linking multiple cron files I would like to touch only one, the one I touch should call and run the crons.
Thanks in advance,
Jason