Thanx for all the tips.
wget ran my php script perfectly with cron.
John
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
fake browse. then u cron the script.pl
>
>JUANG
>
>- Original Message -
>From: "John Weez" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, November 26, 2001 9:36 AM
>Subject: Help with cron and lynx
>
>> i have a PHP script
why don't u used CPAN Perl. use libwww then u don't have to use lynx, perl
made a fake browse. then u cron the script.pl
JUANG
- Original Message -
From: "John Weez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 26, 2001 9:36 AM
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 26 Nov 2001, John Weez wrote:
>i have a PHP script that I want to execute at 12:05 AM everyday. So, i
>thought I'd setup a cron job to do this. But nothing happens at all..not
>even an error message. I verified that the job was in the users cr
On Mon, Nov 26, 2001 at 09:36:50AM -0800, John Weez wrote:
>
> The crontab entry looked like this
>
> 5 0 * * * lynx http://www.myserver.com/html/test.php
I believe this should read "lynx -dump http://www.myserver.com/html/test.php";.
Check /var/log/crond just in case.
Emmanuel
Hi all,
i have a PHP script that I want to execute at 12:05 AM everyday. So, i
thought I'd setup a cron job to do this. But nothing happens at all..not
even an error message. I verified that the job was in the users cron job
list.
The crontab entry looked like this
5 0 * * * lynx http://www.my