Hello,Please anyone guide me how I can pull rss feed to my site ?? I want to pull related articles on my site ?? How can It be done ??
use MagpieRSS or SimplePIE if its not a CMS. if it is a CMS, (wordpress counts) plugins exist both for importing RSS feeds into a site and displaying. An easier solution is http://www.feedforall.com/free-php-script.htm, basic script, does one thing and does it pretty good.
each of the solutions I mentioned offer templates. I would recommend the feedforall script if you don't know PHP or HTML.
The first thing needs to know is what kind of cms you use. Based on that, then suggestions can be given to find plugins/scripts.