Hello
I need some help with an issue with DOMDocument().
I want to gather and parse some XML from other websites. what I come to know is that DOM,s function LOAD() can only read the XML file in the same domain. I want a solution where i can Load() with the help of URL. Something like
please help me with this issue.PHP Code:$doc = new DOMDocument();
$doc->load("http://www.server.com/free-feeds/LiveLines.xml");
Thanks
Zeeshan





Bookmarks