...it on screen. I can use PHP a? Given the WebSite URL, I want to capture the HTML output of that URL and display it on screen. I can use PHP and JSP. How do I do this?
Further, I intend to parse the HTML and get the only part of the page and display only that after modification. I can implement the logic in php. But capturing the HTML response from the web server is the challenge that I am facing. Is this possible?
For Eg. if I enter http://yahoo.com I should be able to get the HTML (that we see in "view source") in to my php / jsp program.
Any help is greatly appreciated.
Thanks,
Varun
Further, I intend to parse the HTML and get the only part of the page and display only that after modification. I can implement the logic in php. But capturing the HTML response from the web server is the challenge that I am facing. Is this possible?
For Eg. if I enter http://yahoo.com I should be able to get the HTML (that we see in "view source") in to my php / jsp program.
Any help is greatly appreciated.
Thanks,
Varun