RSS/XML

RSS/XML

am 16.12.2005 19:45:12 von Henry Ortega

------=_Part_5715_4201294.1134758712622
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I want to put a website's RSS feed on my website.
For example,
http://beccary.com/feed/

I want to put all the titles of that blog page on my website.
Is there an easy way to do this?

------=_Part_5715_4201294.1134758712622--

Re: RSS/XML

am 16.12.2005 22:14:09 von El Bekko

Henry Ortega wrote:
> I want to put a website's RSS feed on my website.
> For example,
> http://beccary.com/feed/
>
> I want to put all the titles of that blog page on my website.
> Is there an easy way to do this?
>
Because they're all in a DB, yes, very easy :)

Just build your RSS feed through PHP.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: RSS/XML

am 18.12.2005 10:16:09 von Graham Cossey

On 12/16/05, El Bekko wrote:
> Henry Ortega wrote:
> > I want to put a website's RSS feed on my website.
> > For example,
> > http://beccary.com/feed/
> >
> > I want to put all the titles of that blog page on my website.
> > Is there an easy way to do this?
> >
> Because they're all in a DB, yes, very easy :)
>
> Just build your RSS feed through PHP.
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
You could try this:

http://www.globalsyndication.com/rss-parser

It generates PHP that you can then include in your site.


--
Graham

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: RSS/XML

am 18.12.2005 16:33:52 von El Bekko

Henry Ortega wrote:
> I want to put a website's RSS feed on my website.
> For example,
> http://beccary.com/feed/
>
> I want to put all the titles of that blog page on my website.
> Is there an easy way to do this?
>

I wrote a tutorial on RSS creation in PHP:

http://icstrategy.midgetforhire.com/RSS/Tutorial/RSS%20Tutor ial.html

Have fun with it :)

El Bekko

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: RSS/XML

am 19.12.2005 00:30:53 von Manuel Lemos

Hello,

on 12/16/2005 04:45 PM Henry Ortega said the following:
> I want to put a website's RSS feed on my website.
> For example,
> http://beccary.com/feed/
>
> I want to put all the titles of that blog page on my website.
> Is there an easy way to do this?

You may want to take a look at these classes that are meant precisly for
that:

http://www.phpclasses.org/rsswriter

You also need this:

http://www.phpclasses.org/xmlwriter


--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php