How do I convert output of number_format back to numbers in PHP?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-05-29T17:05:56Z Indexed on 2010/05/29 17:12 UTC
Read the original article Hit count: 114

Filed under:

PHP can't recognize 1,200.00(generated by number_format) but only 1200.00,

What's the general solution for this problem?

© Stack Overflow or respective owner

Related posts about php