Quick PHP RSS Feeds
August 10th, 2009
Comments off
Here is a snippet of code that I wish I had when I needed to write a small routine to output a PHP RSS feed.
RSS Feeds are XML-like so they need to be carefully crafted.
1.) Setup the main header of the rss feed. Remember to carefully escape all of your text going into string
fields using htmlentities().

