Ver original$texto = "Esto :D es un texto";$texto = str_replace(':D', '<img src="imagenes/caritafeliz.gif" />', $texto);echo $texto;