I want to add .00 to my value.
For example:
100 will be 100.00 100.26 will be 100.26 only.
you can use
round()
or
number_format()