How would I keep an archive of news pages

Discussion in 'Programming' started by ChrisCBA, Feb 25, 2005.

  1. #1
    I'm using PHP & Magpie RSS to parse out several RSS news feeds for my local nitch site.

    What I would like to do, would be to archive each days news feeds (I.e. that day's page), so that it can be called up later. But I don't know how exactly to do this.

    Ideally I would like the simplest method possible.

    I would assume this would be done in PHP. (Though I don’t know much PHP myself, but I am quick to learn/understand).

    Ultimately what I want is to archive each page for that day, & then write a link to that page on to another page.


    Hopefully this makes sense & someone can guide/help me to accomplish this.

    Thanks ahead of time.
     
    ChrisCBA, Feb 25, 2005 IP
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    use php to create all html for the page (no jumping in and out of php) and save it all to an archive html file before outputing it.
     
    exam, Feb 25, 2005 IP