[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php 4.2.2
- Subject: Re: [cobalt-users] php 4.2.2
- From: "Andy Clyde, oxfordmusic.net" <andy.clyde@xxxxxxxxxxxxxxx>
- Date: Thu Oct 3 04:37:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Heya Guys,
>
> Ok after friggin around for hours now, I still haven't had any luck and
I'm
> getting desperate here.
> I need to run a php script via a cron job.
> The cron job runs fine, but it doesnt interpret the php at all.
>
> PHP 4.2.2. is currently installed as a module into Apache on my Raq3.
> How do I set it up so that it will interpret command lines ?
> I can't find a copy of "php" using "which php" or using "locate php",
there
> are only modules and header files.
>
i've done something similar with .asp scripts. the way i found to do it, was
to run the script via the lynx browser.
something like this..
TERM=vt100
/usr/bin/lynx -source http://path.to.script > /dev/null