PHP can\'t recognize 1,200.00(generated by number_format) but only 1200.00,
1,200.00
number_format
1200.00
What\'s the general solution for this problem?
In this case you can, use PHP round method like: round (12.000000, 2);
round
round (12.000000, 2);