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
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
Post new comment