View Single Post
  #4 (permalink)  
Old 06-27-2006, 03:56 PM
AAAllen AAAllen is offline
Rookie
 
Join Date: Oct 2006
Posts: 5
AAAllen is on a distinguished road
is your server running linux?

if so you can use

<?php exec ( lynx --dump $PAGE_URL ) ?>
or
<?php exec ( links--dump $PAGE_URL ) ?>

depending on the server

Reply With Quote