Hello all, Im after a nudge in the right direction, or some coding help. I want to create a page on one of my sites that basically takes 5 rss feeds and shows the first story for each one after the other is this possible,can someone help me get it going please. thnaks so much Mike
Mike, it can be done. The easiest method would be a simple PHP script if you're using PHP5. Earlier versions of PHP can do it but it's a little more involved then. Assuming you're not a PHP coder it can also be done with javascript. Take a look at the feed display builder here: http://jade.mcli.dist.maricopa.edu/feed/index.php?s=build It lets you customize nearly everything about the data you're grabbing and how to display it. Just supply the feed URL and select your options. HTH, Scott