I am trying to read XML data from a remote URL. I have had no problems doing it locally (local host, accessing remote URL) - it all works fine on both Linux and Windows apache/php servers, but when I upload it to my host I get:
I have checked out 'allow_url_fopen' and that is set to 'true', my domain host uses PHP 4.3.0 (on Linux).failed to create stream: No such file or directory in /www/functions.php on line 23
I can't even read files on my own website when I try to access them via a URL!
So, I am assuming it's a host PHP setup issue? Right???
Help...