I'm messing around with RSS feeds and I've found a pretty good PHP script to parse RSS feeds and display them on my site. The next step is to figure out a way to take a feed that's updated daily and save the resulting page as a file. So for example if I display headlines from several different RSS feeds on a single page on Auguest 19, 2004, I'd like to save that page each day and name it something like 081904.php. Then I want to create an archive page with a linked list of past days pages. My thinking is that if you're syndicating RSS to get content on your site, the volume of content you have never increases unless you have an archive system.
The trouble I'm having is that this is all so new to me I don't know how to search for this information other than to describe it here. Can anyone point me in the right direction?
Regards,
CliffR