I am trying to access a second server with file_get_contents and simple_load_xml and I get \"failed to open stream: Connection refused\" What can be the result?
I believe this is because you need a resource - fopen(), instead of a string - file_get_contents()