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.
Asked
Active
Viewed 4,648 times
1
-
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 Answers
2
i think this will help you
0
Try an RSS parser, which can also cache the feed to save everyone time and money:

Antony Carthy
- 5,549
- 9
- 34
- 38
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