I want to add .00 to my value.
For example:
100 will be 100.00 100.26 will be 100.26 only.
$YOUR_VALUE = 1000.25; echo number_format($YOUR_VALUE, 2);