SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: rss - parse feed and return all items

  1. #1
    SitePoint Enthusiast
    Join Date
    Jul 2006
    Posts
    81
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    rss - parse feed and return all items

    I would like to list all items from a rss feed, including "historic" items.

    At the moment I receive the last few items from various feeds using either LastRSS and MagpieRSS but I would to list all items from when the feed started, in the same way google reader manages to do it.

    Any info on how to achieve this would be greatly appriciated.

    Jack!

  2. #2
    Twitter: @AnthonySterling silver trophy AnthonySterling's Avatar
    Join Date
    Apr 2008
    Location
    North-East, UK.
    Posts
    6,109
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    You can only obtain data which the feed provides.

    However, you could start saving the items to your database today, then recall them as historical data for that feed.
    @AnthonySterling: I'm a PHP developer, a consultant for oopnorth.com and the organiser of @phpne, a PHP User Group covering the North-East of England.

  3. #3
    SitePoint Enthusiast
    Join Date
    Jul 2006
    Posts
    81
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok cool, thanks for the reply

    (..tip toes out of the forum to build a couple of db tables)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •