Habe ich ja gemacht, denn auf die Idee bin ich auch schon gekommen. Funzt aber leider nicht!!
Verstehe leider auch nicht wieso nicht aber es geht so nicht!!!
<?php
$heiseheader =\"
<table class=\\\"navbg\".$navalign.\"\\\" cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" width=\\\"440\\\">
<tr>
<td class=\\\"designbodyfoot\\\">
<table border=\\\"0\\\" cellspacing=\\\"1\\\" cellpadding=\\\"2\\\" width=\\\"440p\\\">
<tr>
<td class=\\\"heads\\\" align=\\\"center\\\" width=\\\"440\\\">
<marquee onmouseover=this.stop() onmouseout=this.start()>
<b>IT-News von Heise: \\\"\";
$fcontents = join (\'\', file (\'http://www.heise.de/newsticker/heise.rdf\'));
$fcontents = str_replace (\"</item>\", \"\", $fcontents);
$fcontents = str_replace (\"</link>\", \"\", $fcontents);
$splices = explode (\"<item>\", $fcontents);
for ($i = 1; $i < count($splices); $i++){
$link = explode(\"<link>\",$splices[$i]);
$link[1] = strip_tags($link[1]);
$headline = str_replace(\"<title>\", \"<a href=\\\"\".trim($link[1]).\"\\\" target=\\\"_blank\\\" class=\\\"heads\\\">\", $splices[$i]);
$headline = str_replace(\"</title>\", \"</a>\", $headline);
$headline = explode(\"<link>\", $headline);
$headline = $headline[0];
$heiseheadline .= $headline.\" \";
}
$heisefooter = \"
</b>
</marquee>
</td>
</tr>
</table>
</td>
</tr>
</table>\";
$boxlinks[] = \"\".$heiseheader.\"\".$heiseheadline.\"\".$heisefooter.\"\";
?>
Zuletzt geändert von dr3dd am 25.02.2005 - 22:11