Well a person could do something like this:
http://www.php.net/support.php";;
$fcontents = htmlspecialchars(implode('', file ("$file")));
echo "$fcontents";
?>
All this will do is return the webpage as text so that you can read it in
your browser.
Rick
> HI Folks,
>
> How can I read a ht
HI Folks,
How can I read a html page as a text file?
I saw a demo of someone doing this on a Mac using AppleScript. The
example sent a zip code as a variable attached to the remote site
url. This resulted in a web page being sent back with the city and
state info included. He then read the
2 matches
Mail list logo