PHP numfmt_create call to undefined function
php
Solution
Turn on "intl" function from your PHP version(php.ini).
Problem
Hiii, While working with numfmt_create function, I'm having problem with access it.. I had enabled php_intl.dll in my php.ini(php -v = 5.5.12). But i had called the same numfmt_create from the cmd it works fine. In browser shows me call to undefined function. Any help will be apprecitated, Thank you. I had used the following code ``` <?php numfmt_create(); ?> ``` When i called from browser Fatal error: Call to undefined function numfmt_create() in C:\wamp\www\num.php on line 1 when i called from cmd warning: numfmt_create() expects 2 parameters...