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.com/test.php


HTH
Jon

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

Reply via email to