Come integrare feed nel tuo sito web
Semplice
<?php
$sUrl = "http://it.audiofanzine.com/hi-fi/rss/a.code,type.html,fn.forum.html";
echo file_get_contents($sUrl);
?>
Risultati
05/04 - B&W xt805/04 - B&W xt8
04/03 - Telecomando cdx 570
<?php
$sUrl = "http://it.audiofanzine.com/hi-fi/rss/a.code,type.html,fn.forum.html";
echo file_get_contents($sUrl);
?>