I am using fopen to open a URL from my site to another site that hosts .xml data.
I receive this error: failed to open stream: Connection refused
Now the target site is a website that is on port 8080, so could this be a problem with my host not allowing the connection to that, or the destination site refusing the connection?
If I enter the URL in my browers, the xml data shows up fine, so I am assuming my Host is refusing the connection.
Sound logical?