This code return an error500 and have no clue why
<?php
$url = "https://www.idownloadblog.com/tag/iphone/feed"; // url to parse
$rss = simplexml_load_file($url); // XML parser
// RSS items loop
echo $rss;
?>
Becuase simplexml_load_file is to load a file not an URL