Re: [PHP-DB] Re: RSS/XML

2005-12-18 Thread Graham Cossey
On 12/16/05, El Bekko [EMAIL PROTECTED] 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



[PHP-DB] Re: RSS/XML

2005-12-18 Thread 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%20Tutorial.html

Have fun with it :)

El Bekko

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



[PHP-DB] Re: RSS/XML

2005-12-18 Thread 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