Hello;
There is a standard function that do this: number_format
Take a look in this:
http://www.php.net/manual/en/function.number-format.php
Best Wishes;
Carlos Henrique;
At 15:44 21/8/2001 +0530, sur-php wrote:
>Hello php-windows,
>any body know how to do this ?
>suppose there is a input numb
Hello php-windows,
any body know how to do this ?
suppose there is a input number "12345678.23"
i want output to be like this "1,23,45,678.23"
i don't need output in international format...
that means not like this fomrmat "12,345,678.23"
(it is the format used in our country)
so this is what i d