Re: [PHP] lynx and crontab

2002-10-15 Thread Jason
I have a tutorial for using lynx to monitor a firewall. http://frontiertech.ca/tutorial_web_page_monitor.php www.frontiertech.ca Free Open Source Software for Data Collection and Data Mining. *

Re: [PHP] lynx and crontab

2002-10-15 Thread Marek Kilimajer
shouldn't be it lynx -dump ... ? adrian murphy wrote: >my isp lets me control crontab so i've been trying to >run a php script every 30 mins. > >the command is like this: >lynx - dump http://www.mysite.com/test.php > >which gives the error > >lynx: Start file could not be found or is not text/h

Re: [PHP] lynx and crontab

2002-10-15 Thread Steve Buehler
Info: Lynx has nothing to do with supporting or not supporting PHP. PHP is not a client side language, it is a server side language, so the browser that you use does not even know or need to know that it is running PHP. Solutions (hopefully): Take out the space between the "-" and the word "d

RE: [PHP] lynx and crontab

2002-10-15 Thread Jon Haworth
Hi Adrian, > the command is like this: > lynx - dump http://www.mysite.com/test.php > > which gives the error > > lynx: Start file could not be found or is not text/html or text/plain Try losing the space between the "-" and "dump": it should be something like lynx -dump http://www.mysite.