Deserteye Posted December 28, 2006 Share Posted December 28, 2006 I have a script I am making in PHP and I want the users to be able to see the RSS feeds on the homepage. What would I have to insert into the code so the RSS feed would appear on the page? Link to comment https://forums.phpfreaks.com/topic/32078-display-rss-feed/ Share on other sites More sharing options...
alpine Posted December 28, 2006 Share Posted December 28, 2006 google it, or check out this random pick: http://www.devshed.com/c/a/PHP/Rockin-RSS-with-PHP-on-your-HTML/ Link to comment https://forums.phpfreaks.com/topic/32078-display-rss-feed/#findComment-148880 Share on other sites More sharing options...
Deserteye Posted December 29, 2006 Author Share Posted December 29, 2006 thanks but thats not what I meant. I want to be able to display info from a feed. For example.. I want a section to display a feed of sports scores for football and hockey. Link to comment https://forums.phpfreaks.com/topic/32078-display-rss-feed/#findComment-149169 Share on other sites More sharing options...
trq Posted December 29, 2006 Share Posted December 29, 2006 You would simply need to parse the feed using something like [url=http://php.net/simplexml]simplexml[/url]. Link to comment https://forums.phpfreaks.com/topic/32078-display-rss-feed/#findComment-149171 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.