tags:

views:

48

answers:

1

hi i have the around 15 articles in my table, i want rss feed writter script,

Refer some open source site for this..

A: 

RSS is really simple. Check out some feeds you know to see the simple XML markup, and then see the RSS specification:

http://validator.w3.org/feed/docs/rss2.html

Emil Vikström