Podcast

[podcast title=””][insert_php]$fichier = ‘http://cdn-europe1.new2.ladmedia.fr/var/exports/podcasts/sound/horoscope.xml’;
$xml = simplexml_load_file($fichier);
foreach($xml as $channel){
echo $channel->item->guid.’
‘;
};[/insert_php]

[/podcast]