-
[RESOLVED] Cron Jobs
Hi,
How do i set cron jobs for once a day and once a month ?
Need to execute this once a day
GET http://www.YOURDOMAIN/cron/cron1.php >/dev/null
And this one to once a month:
GET http://www.YOURDOMAIN/cron/firstcron.php >/dev/null
Please tell. I use cpanel.
Thanks.
-
Re: Cron Jobs
Did you go to the section of cpanel entitled Cron Jobs? There should be a Standard and Advanced section. Select Standard.
For the command, type /home/path/to/your/folder/cron/cron1.php. Then in days, select 1 for every day.
-
Re: Cron Jobs
Hi,
Thanks i got it. :bigyello:
Thanks.