does anyone have a good script for generating an xml(rss) file with php?
I want to create an xml file that will enable rss viewers and other websites to get a data feed from my site.
I want to do it so that it updates dynamically, as opposed to just manually creating a flat xml file.
I'm looking for a way to create an xml feed that gets generated from a database call.