Posted by gosha bine on 09/22/07 08:33
Nick Iredale wrote:
> In a script I'm using successfully on a Linux server the code:
>
> mb_language('uni');
> mb_internal_encoding('UTF-8');
>
> gives the error message:
>
> Fatal error: Call to undefined function mb_language() in
> W:\sites\play-school\httpdocs\contactar.php on line 2
>
> on my PHP installation on my windows system.
>
> [skip]
>
Run <? phpinfo(); ?> and make sure 'mbstring' is listed there. Also,
does 'path to php.ini' actually point to the file you're editing? If
both is yes, restart apache (exe file, not the service) and look if you
get any error messages.
--
gosha bine
extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
[Back to original message]
|