RDF Aggregator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nathan

    RDF Aggregator

    Hi does anybody know of a PHP RDF newsfeed aggregator than can take
    multiple newsfeeds and combine them into one list that could be sorted
    by date. All the ones I can find seem to display each feed as a
    seperate list. Thanks for the help

    Nathan
  • Janwillem Borleffs

    #2
    Re: RDF Aggregator

    Nathan wrote:[color=blue]
    > Hi does anybody know of a PHP RDF newsfeed aggregator than can take
    > multiple newsfeeds and combine them into one list that could be sorted
    > by date. All the ones I can find seem to display each feed as a
    > seperate list. Thanks for the help
    >[/color]

    When you use PHP 5, you could base your design on the following code:




    HTH;
    JW



    Comment

    Working...