Pensionsspara.se – Nyheter
channel->title;
// Here we’ll put a loop to include each item’s title and link
foreach ($rss->channel->;item as $item) {
if($count <= 4) { $media_link[] = $item->guid;
$media_title[] = $item->title;
$count++;
}
}
print ”
";print_r($media_link);print_r($media_title);print "
”;
?>