Forum Moderators: coopster
mb_convert_endcoding
I thought this was a standard function on PHP >4.06
According to my phpinfo.php file, I am running PHP 4.3.10
Does this function have to be turned ON with my new server?
Thanks
ANy ideas?
I ALSO tried a few other MultiByte functions to test it out, but all of them are: "Fatal error: Call to undefined function: mb_detect_order() ..."
Can't get any mb_ functions to work
[edited by: kenfused at 9:51 pm (utc) on July 6, 2005]
mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option. See the Install section for details.