I’m trying to retrieve some remote XML from another source using PHP. I understand that you’re not supposed to enable allow_url_fopen for security reasons, so I’m not really sure how to go about doing this.
I’m trying to retrieve some remote XML from another source using PHP. I understand
Share
You might want to use
curlfor that. If your XML is available via HTTP, firstcurlit, then feed it to the XML parser.