use wget from PHP to get the page(s) you want to, then use preg_match with a regular expression to get the title, the text, the source, links, images, etc from the page
..read moreuse wget from PHP to get the page(s) you want to, then use preg_match with a regular expression to get the title, the text, the source, links, images, etc from the page
..read more