Was zum Henker hat eine Funktion in einem String verloren ???
Zeichenbegrenzung
Einklappen
X
-
Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten
[color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)
-
Er zeigt den script garnicht an...
Kann mal jemand den code richtig umschreiben
Original
PHP-Code:<?php
$text = $_GET['text'];
$data = join("", file("/forum/rss.php"));
preg_match_all("/<item>(.+)</item>/sU", $data, $items);
foreach ($items[1] as $item) {
preg_match("/<title>(.+)</title>/U", $item, $title);
preg_match("/<link>(.+)</link>/U", $item, $link);
echo "- <a target='_blank' href='$link[1]'>$title[1]<wbr></a><br>";
}
?>
substr($data[headline],0,30)
Kommentar
Kommentar