How can I use php scripts / rss feeds on my website for content?

Question by Shail Mehta: How can I use php scripts / rss feeds on my website for content?
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..

Best answer:

Answer by emmasnw
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: http://www.feedforall.com/more-php.htm

Additional information and other options for displaying RSS feeds can be found at: http://www.rss-specifications.com/displaying-rss-feeds.htm

Additional scripts for merging RSS feeds or filtering them can be found here: http://www.feedforall.com/scripts-directory.htm

Goodluck!

What do you think? Answer below!

Get the book now