mrjameer Posted July 2, 2007 Share Posted July 2, 2007 hi, i want some info about how i can put the bbc news,cnn news on my page.is there any opensource rss feed system,so that i can get the news and store it in mysql db and display the news.any of your help will be surely appreciated. i searched over google.find some but complex,i need simple news system. thanks mrjameer Link to comment https://forums.phpfreaks.com/topic/58066-rss-feed/ Share on other sites More sharing options...
ToonMariner Posted July 2, 2007 Share Posted July 2, 2007 all you need to do is parse the feed file and use it to your own ends. php5 has simpleXML and php4 you will need DOMXML. Just grab the url of the feed and use the functions in those modules to grab content... Link to comment https://forums.phpfreaks.com/topic/58066-rss-feed/#findComment-287943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.