Re: [PHP] automatic php execution

2001-02-14 Thread Ankur Verma
this question has been dealt with extensively in the past. try searching the archives. to give you a hint, you will need to make use of the cron daemon on the *nix systems. best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Jeff" <[EMAIL

Re: [PHP] automatic php execution

2001-02-14 Thread Philip Olson
Read about CRON, here's a couple nice descriptions : http://www.faqts.com/knowledge_base/view.phtml/aid/1005/fid/436 http://schvin.net/writings/crontab.html faqts.com has a few php specific cron replies too which basically say "use wget or lynx to dump it" but it'll all make sense soon.