The syntax I use for this purpose is either:
lynx -source "URL"
or
wget -q -O - "URL"
depending on whether lynx or wget are installed.

HTH

Bogdan

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/html or text/plain
> 
> what do i telll my isp to do to get lynx to supprt .php files?
> (i get a better response from them if i tell them exactly what to do ;-)  )
> 
> tia 
> adrian
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to