|
PHP Gurus...
I'm in a braindead mode here...
How can I read the visible text contents of a web page into a string? NOT the actual HTML source, I know how to do that... I also don't want to mess around with stripping tags form the source, etc. as I've been playing with that all night and it's just not doing the trick.
I need only the text you see on the page when it's opened in a browser, that's what I want to load into a string.
Any help is much appreciated.
|