"; $fcontents = join ('', file ('http://www.heise.de/newsticker/heise.rdf')); $fcontents = str_replace ("", "", $fcontents); $fcontents = str_replace ("", "", $fcontents); $splices = explode ("", $fcontents); for ($i = 1; $i < count($splices); $i++){ $link = explode("",$splices[$i]); $link[1] = strip_tags($link[1]); $headline = str_replace ("", "<a href=\"" . trim($link[1]) . "\" target=\"_blank\" class=\"heiseheadline\">", $splices[$i]); $headline = str_replace ("", "", $headline); $headline = explode ("", $headline); $headline = $headline[0]; print $headline . "
"; }