"; $url = "http://www.lacapital.com.ar/rss/ovacion.xml"; $rss = fetch_rss($url); echo "
    "; foreach ($rss->items as $item ) { $title = $item[title]; $url = $item[link].' target="_blank"'; echo "$title
    "; echo "
    Fecha: ".$item[pubdate]."
    "; echo $item[summary]."

    "; } echo "

"; ?>