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 .
HOW TO RUN PHP FILES WITH CRON JOB
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: HOW TO RUN PHP FILES WITH CRON JOB
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.
(#10850)
