|
|
Subject:
Running a php script as a scheduled task in Novell Netware
Category: Computers > Software Asked by: wordup60-ga List Price: $5.00 |
Posted:
08 Dec 2004 15:55 PST
Expires: 07 Jan 2005 15:55 PST Question ID: 440043 |
We have PHP installed on a Novell Netware 6 server. To enable subscriptions on a ubbthreads message board, we need to periodically run a php script as a scheduled task. While php works nicely through Apache, we haven't yet found out how to launch a script from the command line / system console / scheduled tasks in Netware 6. |
|
There is no answer at this time. |
|
Subject:
Re: Running a php script as a scheduled task in Novell Netware
From: sgtcory-ga on 08 Dec 2004 21:21 PST |
You may find this useful : http://support.novell.com/cgi-bin/search/searchtid.cgi?/10024685.htm I'm not familiar with Netware, but it seems like the Unix equivalent of cron. I would think that you would enter your required run times as noted on the page, with the full path to the script to execute it. |
Subject:
Re: Running a php script as a scheduled task in Novell Netware
From: wordup60-ga on 08 Dec 2004 21:55 PST |
Thank you for the tip. It seems we already have the capability to run recurring tasks built into Netware. We have tried this with a perl script, by using the command line perl script.pl which worked. Our problem with PHP is that if you type in php script.php we get an error message that there is no NLM (executable) named php and we haven't found a php command to launch a script from the prompt. |
Subject:
Re: Running a php script as a scheduled task in Novell Netware
From: crythias-ga on 09 Dec 2004 22:22 PST |
just a thought ... if you might somehow have a fetch or links or some similar command to 'get' the script something like fetch http://localhost/script.php if not on server, then from a client fetch http://server/script.php... I know, not what you were looking for. This is a free comment from an insomniac. Otherwise :) convert to PERL :) |
Subject:
Re: Running a php script as a scheduled task in Novell Netware
From: crythias-ga on 13 Dec 2004 17:47 PST |
Another thought is that you could make a perl script to fetch the php website... |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |