hi
funktioniert doch...
habs getestet:
<?PHP
$bodytag = "<bold>xxx</b>";
$bodytag = str_replace ("<bold>", "<b>", $bodytag);
echo "$bodytag";
?>
geh auf: http://www.darkeagle.com/test.php
da hab ich genau das drauf funzt einwandfrei..
Gruss Christoph
HI,
Ich habe ein Problem: Warum funktioniert folgende funktion nicht?
$text = str_replace ("<bold>" , "<b>" , $text);
???
Danke für eure Hilfe
Bevan