Come integrare feed nel tuo sito web
Semplice
<?php
$sUrl = "http://it.audiofanzine.com/hi-fi/rss/a.code,type.html,fn.article.html";
echo file_get_contents($sUrl);
?>
<?php
$sUrl = "http://it.audiofanzine.com/hi-fi/rss/a.code,type.html,fn.article.html";
echo file_get_contents($sUrl);
?>