SimpleXML testcase
Wednesday, September 27th, 2006Tried out SimpleXML in PHP5, and created this as a testcase. It’s really simple to create something like this with live rss-feeds.
But if one doing something like this on a site with many visitors, you have to fetch the rssfeeds in the background and use a database for storage. For performance-reasons obviously.

