hi friends,
I am getting the following error, Call to undefined function unicode_decode() error in php.
-------------------------------
When i write the following code:
-------------------------------
$str2 = "a";
$str = unicode_decode ($str2,"UTF-8");
can anybody tel me why?
Thanks,
himanshu k.
Call to undefined function unicode_decode()
Moderator: General Moderators
Re: Call to undefined function unicode_decode()
Could it be because the function is not part of any production release of PHP, and therefore not available in the version of PHP that you are using?
http://us.php.net/unicode_decode
http://us.php.net/unicode_decode