venom (21.06.2012/15:10)вот этот вариан работает ну смайлы и бб коды не отображает
Теги
[php]
$text = $res['text'];
$text = htmlentities($text, ENT_QUOTES, 'UTF-8');
$text = str_replace("\r\n", "
", $text);
$text = bbcode::tags($text);
$text = functions::smileys($text);
echo