How to Create an RSS feed with PHP & MYSQL | Sean's Weblog

Declare it as an RSS – version and type with link to translator – this is for Atom feed using RSS2.0. <rss version=”2.0″ xmlns:atom=”http://www.w3.org/2005/Atom“>. Now we open the channel for the rss and add our personal data. … feed/” rel=”self” type=”application/rss+xml” />// points to where you have uploaded the rss index.php file. Then we Query the database. In this instance the url, title, description and date are all VARCHAR. …

Here is the original: 
How to Create an RSS feed with PHP & MYSQL | Sean's Weblog

Leave a Reply