How to show RSS of last 10 entries?
Posted: Tue Sep 02, 2008 4:20 am
I know RSS is made out of xml. I have my news entries in a news table (news_id,news_title,news_content,news_image,news_tags) . How do I do so that when a user clicks on the rss link, an xml file with the 10 latest entries desc appears?