jmurch Posted December 22, 2007 Share Posted December 22, 2007 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 Link to comment https://forums.phpfreaks.com/topic/82774-solved-rounding-number-how-to-get-trailing-0s-for-currency/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.