RSS Feed: Building an RSS Data Feed in PHP with SimpleXML
Thursday, February 21st, 2008RSS feeds are a must-have for modern websites. It’s easy enough to make an RSS feed of recent articles in PHP. But did you know an RSS feed can simply be information - not links to articles?
This article will look at how to build a basic feed of data - for our purposes, we’ll consider random quotes. It will also illustrate how to use SimpleXML to build the feed for us.
(more…)