Jump to content

[SOLVED] rounding number how to get trailing 0s for currency


jmurch

Recommended Posts

 

I'm using the php function round to get a number to 2 decimal precision so that it can display as a price.  I'm using:

 

round(($price)*1.05),2)

 

The problem I have is that if the rounded number is something like 1.10 it displays as 1.1 .  Is there any other way to fix this other than to convert the result back to a string and then tack on the trailing zero(s) if they are not there? 

 

tia, Jeff

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.