I have a script that is being executed with a cron job but I want that
script to kick off 2 other scripts. Can I do that with include() or do
I just call it directly or what? I can't seem to find a simple answer
to that and I know it is a simple answer but maybe I am not looking right.