Shail Mehta asked:
I want to include php scripts to my website http://www.bullrider.in so that I can get fresh content using rss feeds but I dont know the procedure can somebody help me with full detials like scripts, reader etc..
I want to include php scripts to my website http://www.bullrider.in so that I can get fresh content using rss feeds but I dont know the procedure can somebody help me with full detials like scripts, reader etc..


1 Comment to 'How can I use php scripts / rss feeds on my website for content?'
April 30, 2010
It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can “spider” the contents of the RSS feeds.
Additional details and a free rss2html download is available at:
Additional information and other options for displaying RSS feeds can be found at:
Additional scripts for merging RSS feeds or filtering them can be found here:
Goodluck!