How can I do this? I've tired this but it only uses the first to chars
$poster_message = strtr($poster_message, ":)", "<img src=\"images/smile.gif\" width=\"15\" height=\"15\" border=\"0\">");
Like all that gets used of
<img src=\"images/smile.gif\" width=\"15\" height=\"15\" border=\"0\">
is this:
<i
Whats another way I could do this?