blacktiger786 Posted February 4, 2014 Share Posted February 4, 2014 how to read this rss link i am try all function of rss in php but not showthis link http://torrentz.eu/feed?q= anyone please help me Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/ Share on other sites More sharing options...
sKunKbad Posted February 4, 2014 Share Posted February 4, 2014 See simpleXML in the php manual. Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/#findComment-1467672 Share on other sites More sharing options...
blacktiger786 Posted February 4, 2014 Author Share Posted February 4, 2014 i try this but not read i also try rss read function but not work Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/#findComment-1467674 Share on other sites More sharing options...
requinix Posted February 4, 2014 Share Posted February 4, 2014 Post code. Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/#findComment-1467679 Share on other sites More sharing options...
blacktiger786 Posted February 4, 2014 Author Share Posted February 4, 2014 <?php $xml=simplexml_load_file("http://torrentz.eu/feed?q="); print_r($xml); ?> Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/#findComment-1467686 Share on other sites More sharing options...
requinix Posted February 4, 2014 Share Posted February 4, 2014 And? What did you do to actually try to get data from the XML? Have you seen the SimpleXML examples in the documentation? Link to comment https://forums.phpfreaks.com/topic/285925-how-to-read-this-rss/#findComment-1467753 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.