Hello DP members, I got this somewhere, "A webmaster, using behind the scenes software, can easily get an RSS feed from anywhere on the Internet, and serve the content of the feed onto his/ her web pages (do make sure you get permission to re-publish a feed)." May I ask what software is this? I really need to know as well on how to do it. Please share guys. Thanks!
I use PHP and simplexml_load_string. Once you've worked out how to do it, you can do all sorts of things with RSS content. Have a look at: http://www.google.com/search?q=simplexml_load_string+rss The first result looks pretty good. If you're not familiar with PHP, then it will take a bit of reading to get it working, but it's really really worth it.