PHP can’t recognize 1,200.00(generated by number_format) but only 1200.00,
What’s the general solution for this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could remove any character that is not a digit or a decimal point and parse that with
floatval:And if the number has not
.as decimal point: