Page 1 of 1

[question] Run php script on Scheduled time

Posted: Mon Jan 17, 2011 4:36 am
by fishown
hello again,
So as the title says, i want to execute php script in scheduled time, like every day in 10:00 am, or so...
So my question is if that action is possible , and if so, what are the steps to make it work...

thank you =]

Re: [question] Run php script on Scheduled time

Posted: Mon Jan 17, 2011 4:57 am
by ianhull
Does your server support cron jobs or scheduled tasks?
If it does you can set it up there by simply selecting the time and setting the path to the file to be executed.

Re: [question] Run php script on Scheduled time

Posted: Mon Jan 17, 2011 5:02 am
by fishown
ianhull wrote:Does your server support cron jobs or scheduled tasks?
If it does you can set it up there by simply selecting the time and setting the path to the file to be executed.
This thing is kind new for me,
Ther is any way to find if my server support cron?
Im running Linux - CentOS 5.5

And my website runs on my own server, so if i need to define some thing,
let me know if you know what.

Re: [question] Run php script on Scheduled time

Posted: Tue Jan 18, 2011 7:02 am
by Peter Kelly
I believe most CENTOS systems come with cronjobs unless you specifically remove it. For more details visit http://www.cyberciti.biz/faq/how-do-i-a ... unix-oses/