Getting XML node names without duplicating in simplexml_load_file
I’m getting the node names of an XML using this code: $url = ‘https://www.toptanperpa.com/xml.php?c=shopphp&xmlc=e7ef2a0122’; $xml = simplexml_load_file($url) or die(“URL Read Error”); …