PHP based RSS parser

PHP based RSS parser

am 19.04.2008 19:36:25 von ClueLess

I'd like to be able to draw content from RSS feeds and automatically include
it in my website (i.e. automatic updates without manual intervention).
Ideally this should be done without any Javascript, instead the content
should reside on my server. This is because I would like to reap the SEO
benefits of having such dynamic content on my page.

The two problems are (a) I would rather not have to pay for this and (b) I
know diddly squat about scripts and programming (e.g. PHP codes).

http://hexamail.com/news2web/ seems to do what I want, but it costs money!
Does someone else know of any open source product which does the same thing?

Re: PHP based RSS parser

am 20.04.2008 22:35:26 von sathia

ClueLess wrote:

> I'd like to be able to draw content from RSS feeds and automatically
> include it in my website (i.e. automatic updates without manual
> intervention). Ideally this should be done without any Javascript, instead
> the content should reside on my server. This is because I would like to
> reap the SEO benefits of having such dynamic content on my page.
>
> The two problems are (a) I would rather not have to pay for this and (b) I
> know diddly squat about scripts and programming (e.g. PHP codes).
>
> http://hexamail.com/news2web/ seems to do what I want, but it costs money!
> Does someone else know of any open source product which does the same
> thing?

search for simple pie

--
e ziocan

Re: PHP based RSS parser

am 23.04.2008 01:47:37 von nc

On Apr 19, 10:36 am, "ClueLess" wrote:
>
> I'd like to be able to draw content from RSS feeds and automatically
> include it in my website (i.e. automatic updates without manual
> intervention). Ideally this should be done without any Javascript,
> instead the content should reside on my server. This is because I would
> like to reap the SEO benefits of having such dynamic content on my page.
>
> The two problems are (a) I would rather not have to pay for this and (b)
> I know diddly squat about scripts and programming (e.g. PHP codes).
>
> http://hexamail.com/news2web/seems to do what I want, but it costs money!
> Does someone else know of any open source product which does the same thing?

Take a look at Magpie RSS:

http://magpierss.sourceforge.net/

Cheers,
NC