PHP: how to load file from different server as string?
- by John Isaacks
I am trying to load an XML file from a different domain name as a string. All I want is an array of the text within the < title < /title tags of the xml file, so I am thinking since I am using php4 the easiest way would be to do a regex on it to get them. Can someone explain how to load the XML as a string? Thanks!