serzh
Guest
Str_Replace
Почему не заменяет строку?
Найдите ошибку
PHP:
<?$match=array(":biggrin:",":conf:",":cool:");
$replace=array("<img src=\"newssmiles/icon_biggrin.gif\" alt=\"\" width=\"16\" height=\"16\" border=\"0\">",
"<img src=\"newssmiles/icon_confused.gif\" alt=\"\" width=\"16\" height=\"16\" border=\"0\">",
"<img src=\"newssmiles/icon_cool.gif\" alt=\"\" width=\"16\" height=\"16\" border=\"0\">");
$sample="yes!";?>
<?echo str_replace($match,$replace,$sample);?>
Найдите ошибку