Re: [PHP] Running a php script at a giveb time

2001-01-16 Thread Rick Hodger
Shimon Dekel <[EMAIL PROTECTED]> wrote in message 2B851D414E69D411923000D0B789259A0697@EXCHANGE">news:2B851D414E69D411923000D0B789259A0697@EXCHANGE... > >Jeremy Brant wrote: > >In case you didn't know, you can run PHP scripts without a web server. > Thanks but... > Can you do this on NT (Sorry) a

RE: [PHP] Running a php script at a giveb time

2001-01-16 Thread Shimon Dekel
ject: Re: [PHP] Running a php script at a giveb time Sure. I would use cron. see crontab(5). You could also use any other type of scheduling software. In case you didn't know, you can run PHP scripts without a web server. Simply compile php without apache. Then you can run your scri

Re: [PHP] Running a php script at a giveb time

2001-01-15 Thread jeremy brand
Sure. I would use cron. see crontab(5). You could also use any other type of scheduling software. In case you didn't know, you can run PHP scripts without a web server. Simply compile php without apache. Then you can run your script like this: /usr/bin/php your_script.php (if you install the

Re: [PHP] Running a php script at a giveb time

2001-01-15 Thread Philip Olson
Hello Shimon, Information to generally setup a cron tab : How do I set up a cron job on Linux? --- http://www.faqts.com/knowledge_base/view.phtml/aid/1005/fid/436 In regards to php : How can I make a PHP script be