0
Good people, every time I put to read an XML file on my localhost to return some XML response, everything works fine but, when I host this page, it gives error. What can it be?
The error that appears is this:
Warning:simplexml_load_file(http://painel.foxsolucoes.net/api/VFZSTmVrMTZaejA9KzU=) [Function.simplexml-load-file]: failed to open stream: Connection timed out in /home/plusr582/public_html/playing.php on line 2
Warning: simplexml_load_file() [Function.simplexml-load-file]: I/O Warning : failed to load External Entity "http://painel.foxsolucoes.net/api/VFZSTmVrMTZaejA9KzU=" in /home/plusr582/public_html/playing.php on line 2
Have you tried a little XML? Yours
php.ini
is the same in your host and localhost?– Jorge B.