hello there,
I have problem in using mb_ereg() function in secure server (https). When i see phpinfo() there is mbstring enabled. But it says Fatal Error : undefined function.
What may be the wrong? What should i run for this. The code that i have used is as follows:
function is_katakana($text)
{
if (mb_ereg("^[A-]+$",$text)) {
return TRUE;
} else {
return FALSE;
}
}
Please its damn urgent, suggest me.
With Thanx in Advance
Raju Gautam