chwebdesigns Posted April 8, 2008 Share Posted April 8, 2008 Hi, I am converting my news area on my website to rss. I have created a form (with help from people here) to input it into the RSS feed. But I am really struggling on getting the PHP to read from the RSS feed. If anyone can point me in the right direction, I would be greatly appreciated. Cheers Link to comment https://forums.phpfreaks.com/topic/100196-reading-an-rss-feed-with-php/ Share on other sites More sharing options...
discomatt Posted April 8, 2008 Share Posted April 8, 2008 http://www.google.ca/search?q=php+rss+reader Exhaustive list. Take your pick Link to comment https://forums.phpfreaks.com/topic/100196-reading-an-rss-feed-with-php/#findComment-512362 Share on other sites More sharing options...
tippy_102 Posted April 8, 2008 Share Posted April 8, 2008 If you want to do it yourself, have a look at php's SimpleXML functions: http://ca.php.net/manual/en/ref.simplexml.php or grab a copy of SimplePie (http://simplepie.org/) and you'll be reading feeds within a few minutes. Link to comment https://forums.phpfreaks.com/topic/100196-reading-an-rss-feed-with-php/#findComment-512461 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.