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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -