I don't want to use lynx to run the script because I don't want this script
accessible through a web browser :)

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Darren Gamble" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 1:12 PM
Subject: RE: [PHP] php as cron


>
> Why not just use lynx to run it?
>
> */2 * * * * /usr/local/bin/lynx -dump crontest.php
>
> JR
>
>
> > On Monday 10 Dec 2001 5:54 pm, Jay Paulson wrote:
> > > I'm trying to test php running as a cron job and I have installed php
as a
> > > CGI in /usr/local/bin and I have edited my crontab file to call a php
file
> > > every two minutes.  However, it's not working and I was wondering if
you
> > > all would know what's going on.  Anyway, here's how I have things set
up.
> > >
> > > crontab file:
> > > */2 * * * * php /home/crontest.php > /dev/null
> > >
> > > crontest.php:
> > > #!/usr/local/bin/php -q
> > > <?php
> > > mail("[EMAIL PROTECTED]","cron test", "testing",NULL);
> > > ?>
> > >
> > > email I'm receiving with error:
> > > Subject: Cron <> php /home/crontest.php > /dev/null
> > > Body: /bin/sh: php: command not found
> > >
> > > thanks for any help.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to