Hi Todd,
I did a lookup on the internet, perhaps this site can help:
http://www.xul.fr/en-xml-rss.htmlIt says:
How to publish news in an RSS feed?
There are several means to generate RSS feeds.
* Using the RSS library of PHP. A PHP script will build the XML file from titles and descriptions of pages from the content of a page.
* Use a specialized tool to extract the data from a page.
At the bottom, it has links to tools / scripts.
And - as it talks about "RSS library of PHP" - check at
http://www.php.net if there is some info, perhaps they also have samples available?
Next suggestion: Isn't a RSS feed nothing else but an XML file? (Note well: I have no clue about PHP, but...) could it be realized by using PHP's XMLWriter extension?
http://www.php.net/manual/en/ref.xmlwriter.php
HTH
Thomas