[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP via cronjob



> 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