pixelranger
Новичок
SimleXML и ошибка
Возникает ошибка
Warning: simplexml_load_file(http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /www/config.php on line 72
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1" in /www/config.php on line 72
PHP:
function load($wmxml){
$xml=simplexml_load_file($wmxml) or die("Не могу получить курсы !"); // тут 72 строка
}
Warning: simplexml_load_file(http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /www/config.php on line 72
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=1" in /www/config.php on line 72