read url file as array or text stream
Hi,
How can one open a URL and then read the text file (HTML page) contents in?
Either as some kind of text stream or the whole thing into an array, thus allowing the page's contents to be reading character by character if desirable by some algorithm.
Cheers,
Warren
|