Answer the question
In order to leave comments, you need to log in
Why does simplexml_load_file fail when transferring a site to hosting?
$xml = 'https://module-electronic.ru'.$cssJsVersion.'&feed=smartprice';
$xmlParse = (array)(simplexml_load_file($xml)->channel);
var_dump($xml);
var_dump($xmlParse);
string(48) " https://module-electronic.ru?v=6&feed=smartprice " array(0) { }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question