Load XML with PHP (SimpleXML) not working properly.
Budget: $2 – $8 CAD
I have an XML file which works but throws a bool error.
$xml = @file_get_contents($sm);
$sitemap = simplexml_load_string($strXml);
foreach($sitemap as $url)
ERROR
Warning: foreach() argument must be of type array object, bool given
$xml = @file_get_contents($sm);
$sitemap = simplexml_load_string($strXml);
foreach($sitemap as $url)
ERROR
Warning: foreach() argument must be of type array object, bool given