Creating an RSS Feed
RSS feeds are xml files updated on a regular basis which people subscribe to within RSS readers. The information carried on them is normally up to date and they are normally found on news sites and blogs, basically sites which are updated regularly and which people might like to be up to date with. In this article I will go through creating an RSS feed; they can be created in two forms: dynamic – this is where dynamic server side pages are created to query databases to display the new information automatically and require no manual intervention for the data to be displayed; manual – this is where a basic xml file is created and which has to be updated manually.



