<? function emotikons($texto) { $texto = str_replace(":)","<img src=feliz.gif>", $texto); return $texto; } echo emotikons("$texto"); ?>