Quote:
Originally Posted by RadioErewan
First shot:
PHP Code:
$title = unhtmlspecialchars(mb_convert_encoding ($title, 'ISO-8859-2', 'UTF-8' ));
and everything works like a charm.
Thank you master!
|
i tried to use it but have this error:
PHP Code:
Fatal error: Call to undefined function mb_convert_encoding() in ***/public_html/forum/includes/ame_bbcode.php on line 591
can you please tell me what i did wrong?