|
|
Istituti Italiani di Cultura: 55 |
|
| Ultime Notizie per: Istituti Italiani di Cultura |
load('http://www.bing.com:80/news/search?q=Istituti+Italiani+di+Cultura&mkt=it-IT&setlang=SET_NULL&uid=FAE1920F&FORM=W5WA&format=rss');
$items = $rss->getItems();
$html = '';
$itemcount = 0;
$maxitems = 2;
foreach($items as $index => $item) {
if($itemcount < $maxitems) {
$itemcount++; //increment item count by 1
$html .= '> '.$item['title'].'
'.$item['description'].'
';
}
}
?>
|
|
| |
|