Tag: php
-
RSS feed aggregator/combiner in PHP
Having also a second blog, I needed a way to combine the RSS feeds into one, hence, the following code was written (well, modified from this code). The code uses MagpieRSS to read and FeedCreator to write. Thanks to Scott Hurring for code to grab the RSS feed title. The code has been tested with…