hi all !
my problem is really simple, I think ...
I want to replace (":biggrin:") with ("<img src='http://..../.../....gif'>");
My code is:
$pattern = ":biggrin:";
$replace = "<img src='http://h2t.covers.de/smilies/biggrin.gif'>";
$text = ereg_replace($pattern, $replace);
I guess, with that code I receive a empty String 🙁 .... but what's wrong??
thanx for halp!
morro