Call to undefined function unicode_decode()
Posted: Thu Aug 07, 2008 4:08 am
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.
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.