Creating a Custom RSS Feed with PHP and MySQL

Web Reference, Written by

RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can.

In this article you’ll learn how to syndicate your own custom RSS feeds using PHP and MySQL. We’ll first learn how to create two database tables and then how to retrieve data from them which will be formatted into an RSS feed.

Read the original article at Web Reference