I would like to write a cron job that has to run a PHP script at 6am, 11am,2pm,4pm on each day.
Can you please help me with this? I wrote a shell task in shells and I want to run that task at the timings i said in the earlier statement.
Thanks.
|
I would like to write a cron job that has to run a PHP script at 6am, 11am,2pm,4pm on each day. Can you please help me with this? I wrote a shell task in shells and I want to run that task at the timings i said in the earlier statement. Thanks. |
||||
|
|
you can set cron job like this in cakephp. 0 */4 * * * wget http://domainname.come/index.php/controllers/action. |
|||||
|