RE: [PHP] Re: NMTP server and db

2002-07-15 Thread John Holmes
> > - how is it possible to run a php script periodicly? > > Depends on your OS. If you're on Linux or similar then use cron. If you're > on > Windows NT/2k, use AT. If you're on Windows 9x IIRC there is a scheduler > in the > control panel. AT seemed flaky when I tried to use it. You can use th

Re: [PHP] Re: NMTP server and db

2002-07-15 Thread Stuart Dallas
On Monday, July 15, 2002, 6:00:44 PM, I wrote: > You can do it 2 ways: either using the sockets or with the IMAP functions. I'm > not too sure about sockets, but the IMAP function require the IMAP module to be > loaded. D'oh, forgot the link: http://www.php.net/manual/en/ref.imap.php -- Stuart

[PHP] Re: NMTP server and db

2002-07-15 Thread Stuart Dallas
Please don't contact me privately unless you want to hire me. On Monday, July 15, 2002, 5:13:35 PM, "andy" wrote: > ok sounds logical. Don't have any experiance on doing anything nntp related > in php. > > There are some questions I am wondering about: > > - do I have to compile php with a specia