Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use a php script to grab rss feed content

Tags:

php

rss

I want to grab the RSS feed content from a site and display it in my website with different filtering options.

Can anyone put a php script which can grab the content from there and show

like image 633
Rahul TS Avatar asked Oct 18 '10 10:10

Rahul TS


People also ask

How do I get an embed code for an RSS feed?

How To Display RSS Feed In HTML Website? Step 1: Select HTML as your website platform from the options. Step 2: Set the width and height (or auto) of your feed and click on “Get Code”. Step 3: Copy the given Code and paste it into the back-end of any webpage where you want to display RSS feed.

What is RSS feed PHP?

PHP RSS FeedRSS is the short name of Really Simple Syndication. RSS is like a broadcast system which is used to deliver updated information to multiple receivers. RSS is used to deliver regular changing web contents to the user.


1 Answers

SO is for asking specific questions related to programming. Even though your question is related to programming you are not asking a specific question.

A quick google search for "PHP read RSS feeds gives you a list of very good links which can get you started.

How to Read an RSS Feed With PHP – screencast

Try out the example and see if it fits your requirement. If you have any specific questions then come back to SO and I am sure everyone will be glad to help.

like image 184
Shoban Avatar answered Sep 21 '22 19:09

Shoban