Tag Archives: cron

How to pass parameters to a PHP file in a cron job

This is just a quick tip but it annoyed the bejaysus out of me for about an hour. I was running the job in the following format: 00*** test_file.php?a=1&b=2&c=3 But an error was getting thrown saying that the input file, … Continue reading

Posted in Web Development | Tagged , | Leave a comment