simplexml_load_file and proxy auth




Does anyone know of a way to pass proxy auth to simplexml_load_*?

Previously, I have used cURL to return the XML string from remote, but
this seems kind of hacky to me, and was wondering if anyone had a better
solution?

Thanks

--Paul

All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm


Relevant Pages

  • Re: [PHP] PHP 5 file_get_contents() problems
    ... I created a simple set of curl functions which just printed a remote url to ... This tested well on an alternate test site which has PHP ... The given remote host was not resolved. ... So I'm lead to believe there is some other PHP configuration (or server ...
    (php.general)
  • Having problem sending XML over HTTP
    ... I picked up an example from Curl section on php.net. ... remote page fine with a custom header. ... retrieve the XML I am sending at the remote end. ... I have checked the ini file. ...
    (php.general)
  • Problems with Curl and POST
    ... I am tring to use curl to access, via POST, a remote 'service'. ... managed to test it fine but when I use real data to feed the curl it gives ...
    (php.general)
  • [PHP] Problems posting xml file with curl and php
    ... I have created a XML string using PHP DOM. ... party using curl it shows up as part of an array and cannot be read. ...
    (php.general)
  • Re: curl multiple remote files to multiple local files
    ... I'm curling multiple files as in: ... but I'm getting only the first file locally (named as the remote file), ... curl 'http://someplace.edu/data/file.txt ' -O ... Use echo instead of curl to see what's happening. ...
    (comp.unix.shell)