Saturday 19 February 2011 2:00:28 am
I know, I can't pass parameters to cron jobs. But I need to pass some values to it. I made one php file, in which I read one text file which contains values. Then I pass this values to variable & then I run cronjob to run this php file. Php file is running fine. But in that, only null values are passed. Can't I pass any value by any method while running cronjobs? Thanks.
|