Creating an RSS feed with PHP
Wednesday May 7th, 2008
Using PHP and a database, you can generate your own RSS feeds with little trouble.
RSS (Really Simple Syndication) is a standard that allows for users to subscribe to your site via their RSS Reader. When a user is subscribed, a real-time notification will display whenever you add content to your site.
This means users don




