vozzek Posted April 17, 2009 Share Posted April 17, 2009 Hi all, I've been looking for a nice, simple, down-and-dirty PhP script that will parse RSS feeds for me. Nothing fancy, I can do the html formatting myself, I just need to to read one or more feeds and parse out the news stories. The ones I've looked at seemed a little overly complicated, just wondering what you guys use or if anyone has written a quick and easy one. Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/ Share on other sites More sharing options...
Daniel0 Posted April 17, 2009 Share Posted April 17, 2009 Zend_Feed Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/#findComment-812564 Share on other sites More sharing options...
soak Posted April 17, 2009 Share Posted April 17, 2009 You could probably accomplish this pretty quickly yourself with file_get_contents/curl and simplexml. Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/#findComment-812678 Share on other sites More sharing options...
keeB Posted April 17, 2009 Share Posted April 17, 2009 +1 for Zend_Feed Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/#findComment-812686 Share on other sites More sharing options...
vozzek Posted April 17, 2009 Author Share Posted April 17, 2009 From what I understand, Zend needs to be installed on my server, right? How can I tell if Hostgator's got it running? Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/#findComment-812768 Share on other sites More sharing options...
Daniel0 Posted April 17, 2009 Share Posted April 17, 2009 No, you can just upload the classes yourself. The only dependency Zend_Feed has is Zend_Exception, so you would just need to upload the Zend/Feed.php, Zend/Exception.php and Zend/Feed/* files. Zend Framework can be used as a library as well if you wanted to. Quote Link to comment https://forums.phpfreaks.com/topic/154537-need-a-php-rss-parser-script/#findComment-812803 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.