asd asdasd asdKood:
<? $sisu = "asd asdasd lol asd"; function smile($text){ $text = str_replace("lol", "<img src=\"lol.gif\">", $text); return $text; } echo smile($sisu); ?>