For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > December 2005 > RSS/XML









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RSS/XML
Henry Ortega

2005-12-16, 6:56 pm

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?

El Bekko

2005-12-16, 6:56 pm

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.
El Bekko

2005-12-18, 6:56 pm

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...20Tutorial.html

Have fun with it :)

El Bekko
Manuel Lemos

2005-12-18, 6:56 pm

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/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com