Is there a way to pass a parameter with a Cron job?
I have a Cron job set up to run a php script and I would like to be able to pass a parameter with it ie. my_job.php?mode=run just as I would within a page.
If I try to do this I get an error back saying that it "Could not open input file: my_job.php?mode=run".
The Cron job runs fine without the parameter so it is the parameter that is causing the problem.
Any ideas?