SyntaxFix
Write A Post
Hire A Developer
Questions
header("Content-Type: text/html; charset=utf8"); $url = simplexml_load_file("http://URI.com"); foreach ($url->PRODUCT as $product) { foreach($urun->attributes() as $k => $v) { echo $k." : ".$v.' <br />'; } echo '<hr/>'; }