[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP via cronjob
- Subject: Re: [cobalt-users] PHP via cronjob
- From: "Per M Knutsen" <per.knutsen@xxxxxxxxxxxxxx>
- Date: Sat Aug 25 23:33:25 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Short of compiling PHP to support the stand alone, is there another
> way to have [a PHP] script run via a cronjob?
I use Perl as a by-pass. Here's an example from my cron-folder:
#!/usr/bin/perl
use LWP::Simple;
my $page = get "http://64.65.48.48/web/order.php";
print $page;
Regards,
Per M Knutsen
http://nethut.no/~pknutsen