Mailinglisten-Archive |
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