twisted_one
Power Member
- Oct 11, 2009
- 521
- 97
There is a basic HTML website static website. I need only selective parts of that site. The site somewhat looks like what I have attached in the Basic HTML.JPG file
That HTML page is fully made of tables, p tags, h1 tags and nothing more. NO DIVS, NO CSS, NO Dynamic content.
How can I grab selective parts of that page. I know in php file_get_contents($url) gets you the whole page but I want only selective.
Lets say for example I want the date and that name Rachel Mathews alone. How can it be done? Any tools or any scripting languages that will help me?
That HTML page is fully made of tables, p tags, h1 tags and nothing more. NO DIVS, NO CSS, NO Dynamic content.
How can I grab selective parts of that page. I know in php file_get_contents($url) gets you the whole page but I want only selective.
Lets say for example I want the date and that name Rachel Mathews alone. How can it be done? Any tools or any scripting languages that will help me?