Page 1 of 1

HOW TO RUN PHP FILES WITH CRON JOB

Posted: Tue Aug 12, 2008 12:39 am
by dudsaheb
I WANT TO RUN THE PHP CODE WITH CRON JOBS ,

HERE I AM USING THE APPACHE SERVER ANY ONE CAN EXPLAIN ME WITH AN EXAMPLE
.

Re: HOW TO RUN PHP FILES WITH CRON JOB

Posted: Tue Aug 12, 2008 1:01 am
by Christopher
There is a command line version of PHP. It is usually someplace like /usr/local/bin/php. You can run PHP scripts with it from the command line.

Re: HOW TO RUN PHP FILES WITH CRON JOB

Posted: Tue Aug 12, 2008 2:46 am
by Apollo
Image