php - $code .= mb_substr($this->charset, $rnum, 1,'UTF-8'); -


$code .= mb_substr($this->charset, $rnum, 1,'utf-8');

this code working in system, when i'm uploading onto server showing error.

mbstring functions not enabled default, need compile php mbstring support (or install package has mbstring support). more info: http://es1.php.net/manual/en/mbstring.installation.php


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -