RSS feeds

liunx

Guest
Hi,<br /><br />I want to generate rss feed for a site. <!-- w --><a class="postlink" href="http://www.classicwebsites.org">www.classicwebsites.org</a><!-- w --> is the site. for that site how i can generate rss feed and where i can put the code in that site. plz suggest me......... thanks alot.<br /><br />Regards,<br />classic123<!--content-->
RSS feeds follow a standard XML based layout.<br /><br />As such, it is simply a matter of outputting your data using a different template.<br /><br />Usually feeds are located at one of these:<br />mysite.com/feed.rss<br />mysite.com/feed.php<br />mysite.com/feed/<!--content-->
 
Top