Hi, all! What I need, I suppose, is a standard task, but I need an advise. I need to read all contents of HTML pages - excluding tags. What I'm doing right now is just reading file and searching for tags there. But! I have doubts - may be, in PHP already exists function which is doing the same.
And the next. I have to search through some PHP pages, too. How can I get the source code of HTML page which is created as a result of PHP script? Just to do something like "View Source" for HTML pages generated by PHP.
Thank for reading and your help! :-)