Say I have
$number = .20
When I go to run the script, PHP automatically removes the zero, leaving just .2. How can this be fixed?
I know that .2 and .20 are the same, but what I am using this number for, I need the zero.
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.
The only think I can think of which requires the trailing 0s is displaying the number. .20 can be printed as follows: