Search Results

1
vote
2answers
635 views

How to read/display XML using PHP

Is there a way to read off from an [external] xml (an xml file from a different website) using PHP? I know there's a way to read XML using JavaScript, but only if they are both in the same root. …