|
|
 |
RE: FN-FORUM Cron and php
date posted 1st February 2003 17:05
Try redirecting the output as in
5,20,35,50 * * * * /home/xxx/xxx.pl >/home/xxx/log1 2>/home/xxx/log2
---
www.galcomp.net - Full Featured Web hosting
www.cvdb.info - Free CV storage and autoresponder
(ICQ#: 178070533)
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] On Behalf Of
[EMAIL REMOVED]
Sent: 01 February 2003 16:30
To: [EMAIL REMOVED]
Subject: FN-FORUM Cron and php
Any suggestions?
am running a php script using the cron demon. With the command:
41 * * * * root lynx -dump -nolog http://www..../path/script.php
in the crontab file. This fires the script at 41 mins past each hour no
problem, and the script works fine.
Problem is that it sends an email header each time.
So was wondering if anyone knows how to stop the emails being sent. As
you can see I tried using -nolog that is supposed to stop this or so I
thought, but the emails keep coming ---- any ideas.
Or... does any one know how to script a perl script to run a php script?
then I can execute the perl via cron instead.
any suggestions much appreciated.
cheers
john
========
Freelancers and Freelance Jobs: http://www.freelancers.net
Advertise with Freelancers.net http://www.freelancers.net/advert.php
To unsubscribe please email:
[EMAIL REMOVED]
If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
|
 |
|