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?
If you're using 5.3 or higher (thanks ircmaxell), use numfmt_parse.