mazman13 Posted October 12, 2008 Share Posted October 12, 2008 I have some data I want to turn into an rss feed. What's the best way to do this? Link to comment https://forums.phpfreaks.com/topic/128064-best-way-to-make-table-data-an-rss-feed/ Share on other sites More sharing options...
genericnumber1 Posted October 12, 2008 Share Posted October 12, 2008 Is it in a database (or flat file)? if so, simplexml is easy to use to make an rss feed, or you could use one of the many feed creator libraries out there. Link to comment https://forums.phpfreaks.com/topic/128064-best-way-to-make-table-data-an-rss-feed/#findComment-663170 Share on other sites More sharing options...
mazman13 Posted October 12, 2008 Author Share Posted October 12, 2008 Its in a database. So I do need a program to make the feed? Will the feed update when the database updates? Link to comment https://forums.phpfreaks.com/topic/128064-best-way-to-make-table-data-an-rss-feed/#findComment-663179 Share on other sites More sharing options...
genericnumber1 Posted October 12, 2008 Share Posted October 12, 2008 Yes, if you write the script to get the data from the database it will update when the database updates. Most feed implementations should use some type of server-side caching since a lot of feed readers check for updates quite often (but that's advanced and not required). Link to comment https://forums.phpfreaks.com/topic/128064-best-way-to-make-table-data-an-rss-feed/#findComment-663181 Share on other sites More sharing options...
mazman13 Posted October 12, 2008 Author Share Posted October 12, 2008 Cool. Thanks a lot. Link to comment https://forums.phpfreaks.com/topic/128064-best-way-to-make-table-data-an-rss-feed/#findComment-663189 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.