<?php
$string='"""llll"""';
$ausgabe=str_replace('"','xxx',$string);
echo $ausgabe;
?>
Hallo
genau das funktioniert nicht...
deshalb hab ich ja gefragt...
aber jetzt hab ich ja die antwort von einer hilfsbereiten person bekommen.
Timon