cron.daily and cron.hourly

2004-07-05 Thread Taulant Galimuna
Hi, I had a problem with my web-server that I already solved. But now I have to execute a PHP file on my FreeBSD server every hour, to get the needed updates from database. I know I need a shell script to execute that file and have to put this script to some directory that would execute it every

Re: cron.daily and cron.hourly

2004-07-05 Thread Steve Bertrand
Hi, I had a problem with my web-server that I already solved. But now I have to execute a PHP file on my FreeBSD server every hour, to get the needed updates from database. I know I need a shell script to execute that file and have to put this script to some directory that would execute

Re: cron.daily and cron.hourly

2004-07-05 Thread Matthew Seaman
On Mon, Jul 05, 2004 at 04:45:27PM +0200, Taulant Galimuna wrote: I had a problem with my web-server that I already solved. But now I have to execute a PHP file on my FreeBSD server every hour, to get the needed updates from database. I know I need a shell script to execute that file and

Re: cron.daily and cron.hourly

2004-07-05 Thread Gautam Gopalakrishnan
On Mon, 5 Jul 2004 16:45:27 +0200, Taulant Galimuna [EMAIL PROTECTED] wrote: Hi, I had a problem with my web-server that I already solved. But now I have to execute a PHP file on my FreeBSD server every hour, to get the needed updates from database. I know I need a shell script to execute