asd asdasd asd


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