Debt Consolidation - Krakow poland hotels - Lingerie - Debt Consolidation - Jobs search

PDA

View Full Version : A good script to parse RSS feeds to php page?


RacerWeek
Nov 15th 2005, 10:45 am
I'm looking for a script to parse rss news feed for include on a php page. This is not for a scraper site, it's for a client who wants to have google news related to the site.

I've seen a few, but I wasn't happy with the output. Can anybody recommend one?

mikelbeck
Nov 15th 2005, 10:54 am
I'm looking for a script to parse rss news feed for include on a php page. This is not for a scraper site, it's for a client who wants to have google news related to the site.

I've seen a few, but I wasn't happy with the output. Can anybody recommend one?

Very simple to do, using MagpieRSS.

Have a look here: http://www.isnare.com/?ca=Internet&id=19468

RacerWeek
Nov 15th 2005, 10:56 am
Thanks, that will work well.

Do you know if google requires a byline, meaning can I just have the headlines and link off to google or will I need to put a line like "news from Google"?

mikelbeck
Nov 15th 2005, 10:59 am
Thanks, that will work well.

Do you know if google requires a byline, meaning can I just have the headlines and link off to google or will I need to put a line like "news from Google"?
That I don't know, you should check with Google on that.

xfairguy
Nov 15th 2005, 11:25 am
Carp is also good
http://www.geckotribe.com/rss/carp/

sgthayes
Nov 15th 2005, 11:33 am
I agree that magpie is the way to go on this.
But if you want something fast have a look at the site in my sig ... 8)

arthur.x
Jun 21st 2009, 6:37 am
I'm looking for a script to parse rss news feed for include on a php page. This is not for a scraper site, it's for a client who wants to have google news related to the site.

I've seen a few, but I wasn't happy with the output. Can anybody recommend one?

PHP RSS to Array function (http://www.phpinform.com/2009/06/21/php-rss-to-array-function/)

jeffhale
Jun 25th 2009, 9:23 am
I'm looking at Feed For All to do something similar. Have any of you used it? If so, how was it?