Re: [PHP] Why lynx don't work with cron?

2001-08-22 Thread Augusto Cesar Castoldi
Hi Rob, I gave up of lynx. Now I'm using "wget" and it's working great! try this with cron: "wget -q http://domain.com/script.php"; the "-q" option is to run on "quiet" mode. see you. Augusto --- Rob Hardowa <[EMAIL PROTECTED]> escreveu: > Hiya, > > I was waiting for someone to answer thi

RE: [PHP] Why lynx don't work with cron?

2001-08-21 Thread Dave
you are talking about two completely different applications(as mentioned in post)... one is a cron job to do something (unspecified) which requires executable PHP (a la CGI) to point the file to the other (recent post) discusses using lynx to parse a site which is IMO a bad move in either case..

Re: [PHP] Why lynx don't work with cron?

2001-08-21 Thread Rob Hardowa
Hiya, I was waiting for someone to answer this question but it hasn't happened yet. I was using this a couple years ago to get a weather page from http after the ftp site with the raw text disappeared. Rest assured this has NOTHING to do with php and everything to do with lynx. I ran my scr

RE: [PHP] Why lynx don't work with cron?

2001-08-21 Thread Cristopher Daniluk
/www.dsnet.net/ -Original Message- From: Stig-Ørjan Smelror [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:10 AM To: Augusto Cesar Castoldi Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Why lynx don't work with cron? Augusto Cesar Castoldi wrote: > Hi, I'm trying the

Re: [PHP] Why lynx don't work with cron?

2001-08-21 Thread Stig-Ørjan Smelror
Augusto Cesar Castoldi wrote: > Hi, I'm trying the command "lynx -dump -nolog > http://localhost/script.php > /dev/null" on crontab > but I (httpd) receive an e-mail from "Cron Daemon" > saying that: > "Your terminal lacks the ability to clear the screen > or position the cursor." > > what shoul

[PHP] Why lynx don't work with cron?

2001-08-21 Thread Augusto Cesar Castoldi
Hi, I'm trying the command "lynx -dump -nolog http://localhost/script.php > /dev/null" on crontab but I (httpd) receive an e-mail from "Cron Daemon" saying that: "Your terminal lacks the ability to clear the screen or position the cursor." what should I do run my script with cron? thanks, Augus