phpbar.de logo

Mailinglisten-Archive

[php] str_replace

[php] str_replace

Carsten Möhrke cmoehrke at netviser.de
Mon Dez 29 00:22:35 CET 2003


Hai!

Auch wenn es schon spät ist und ich nicht ganz wach bin, aber sollte
es nicht

function badwords($content){
        $badword = file("badwords.txt");
        foreach ($badword as $elem){
                $ersatz="@@".$elem."@@";
                $suche=$elem;
                $content = str_replace($suche, $ersatz , $content);
        }       
        return $content;
}

heißen?

*wink*
Carsten





php::bar PHP Wiki   -   Listenarchive