PHP-Code:
$pos = strrpos($array2[1][$i],"<u>blubblubblub</u>");
for ($i = 0; $i < count($array2[1]); $i++)
{
if($pos == true)
{
$weg = substr($array[1][$i],$pos+18);
$array3[1][$i] = str_replace($weg,"",$array2[1][$i]);
}
}
Danke im vorraus

Kommentar