[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: elmer@xxxxxxxxxxxxxx
- Date: Mon Mar 5 05:57:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 5 Mar 2001, Hendrik Runte wrote:
} according to the php manual it\'s said to be possible to run a php script as
} a shell script quite similar to the perl way (I haven\'t tried, so far):
This works best, imo, if you compile PHP as a cgi and toss the
binary in, for example, the same directory Perl is in. This allows
you to use PHP just like you would Perl, Bash, Python, etc. We've
been installing it this way (along with installing it as an Apache
module) for some time.