Sancaro1957
New member
Hello, I'm having problems at runtime when the program tries to use the mb_convert_encoding function.
The program inform:
Server Error: HTTP/1.0 500 Internal Server Error
PHP Fatal error: Call to undefined function mb_convert_encoding() in C:\BYR\xampp\apache\bin\Data\login.php on line 86
The line code involved:
$_SESSION["usu_nombre"] = mb_convert_encoding($fila["emp_nombre"]." - ".$fila["ref_descripcion"],"UTF-8");
I has modify the php.ini file in ExeOutput compiler in such way:

Thank you in advance
The program inform:
Server Error: HTTP/1.0 500 Internal Server Error
PHP Fatal error: Call to undefined function mb_convert_encoding() in C:\BYR\xampp\apache\bin\Data\login.php on line 86
The line code involved:
$_SESSION["usu_nombre"] = mb_convert_encoding($fila["emp_nombre"]." - ".$fila["ref_descripcion"],"UTF-8");
I has modify the php.ini file in ExeOutput compiler in such way:

Thank you in advance
