How can a PHP-based website download pages off of other websites (news-related websites, for example) and store them in a temporary location, retrieving part of the file and displaying it within a page?
I did a quick search for HTTP get but didn't get any results. (I programmed AutoIt before PHP, if that's any help.)