Hi,
How can I force php to display values with 2 decimal places?
For example: When I use the round($value,2) and $value is 2.25 it works.
But when $value is 2.20 it displays 2.2 and for 2.00 it displays just 2.
I am working with prizes so therefore I would like php to always display two decimal places.