1

i am creating rss reader application with php.it is basicly getting rss url's from user and with php i am creating an rss reader.But i have some problems how to get rss content with php i try to use pear extension but i had some problem with that.it would be good that seeing some sample code or example application source code which not so complicated.

Burak Dede
  • 3,725
  • 5
  • 40
  • 53
  • Possible duplicate: http://stackoverflow.com/questions/524024/is-there-a-php-feed-reader-for-both-rss-and-atom – Randell Aug 25 '09 at 09:21

4 Answers4

2

i think this will help you

Is there a PHP feed reader for both RSS and ATOM?

Community
  • 1
  • 1
developer
  • 2,042
  • 10
  • 40
  • 59
0

Try an RSS parser, which can also cache the feed to save everyone time and money:

http://lastrss.oslab.net/

Antony Carthy
  • 5,549
  • 9
  • 34
  • 38
0

I've used MagpieRSS for this in the past

robjmills
  • 18,438
  • 15
  • 77
  • 121
0

I have built on my own using php and jquery plugin How to build RSS feed reader app using PHP and Jquery

Jeyaganesh
  • 1,334
  • 5
  • 26
  • 48