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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -