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 Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted February 4, 2014 Share Posted February 4, 2014 See simpleXML in the php manual. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
requinix Posted February 4, 2014 Share Posted February 4, 2014 Post code. Quote Link to comment 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); ?> Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.