Quote Originally Posted by estandard View Post
I got a fatal erro after i changed my host,The version worked fin in my old host,someone please help.

atal error: Call to undefined function mb_internal_encoding() in /home/...easypopulate_4.php on line 4

what can i do to solve this problem.Thank you very much
Find out what version of PHP you are on. It should be 5.3... if you are older than that then your host needs to upgrade. Support for 4.x is being discontinued by most hosting companies.

This function is needed to deal with importing utf-8 character encoding for multi-byte languages like Greek, Russian, etc.

-chadd