| Not sure what you are are asking so...
1. you want to read the HTML of another website using a php page on your server?
1a. Yes, you can read the HTML of any page from another server. This sounds similar to a crawler or spider.
possible helpful site:
Building a Simple Search Engine with PHP
http://www.onlamp.com/pub/a/php/2002/10/24/simplesearchengine.html
2. You want to view the HTML source generated by a PHP page?
2a. Yes, just view source from any web site and you can see the HTML code, it won't matter if the page uses Php. However, You won't be able to see the original php. |