Hallo,
probiere nun schon etwa 'ne halbe Stunde herum und finde einfach nicht den Fehler, warum das nicht funktioniert:
wahrscheinlich wirklich nur eine kurze Frage, aber ich fands einfach nicht....
Danke schon im Voraus!
MfG, rob
probiere nun schon etwa 'ne halbe Stunde herum und finde einfach nicht den Fehler, warum das nicht funktioniert:
PHP-Code:
$highlitethis = array ("das", "und das");
// highlite
if(isset($highlitethis))
{
$row["content"] = preg_replace ("/" . preg_quote ($highlitethis, "/") . "/i",
"<font color=\"red\">$0</font>",$row["content"]);
}
Danke schon im Voraus!
MfG, rob
Kommentar