john_zakaria Posted November 26, 2008 Share Posted November 26, 2008 i have these to links as RSS 1) http://rss2.arabfinance.com/AfTickerPriceDA.rss?key=141221161187821572925312622387221798476206 2) http://rss2.arabfinance.com/AFMarketSummary.rss?key=16667190235322823924120121241210146232101229 i am trying to read these RSS using php but till now i can not read it and i want to make a full control to display whatever i want in my page usning RSS can anyone have a full source to read rss?? or how i can do it? thnx and best regards Link to comment https://forums.phpfreaks.com/topic/134364-php-and-rss-problem/ Share on other sites More sharing options...
corbin Posted November 27, 2008 Share Posted November 27, 2008 http://en.wikipedia.org/wiki/RSS_(file_format) RSS is simply XML. Use SimpleXML or one of the other 9182390 classes for parsing XML. Link to comment https://forums.phpfreaks.com/topic/134364-php-and-rss-problem/#findComment-700102 Share on other sites More sharing options...
blogfisher Posted December 7, 2008 Share Posted December 7, 2008 Better to go with magpie rss parser. its easy to use and u will have total control over the information you want to display. Link to comment https://forums.phpfreaks.com/topic/134364-php-and-rss-problem/#findComment-708646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.