kpetsche20 Posted July 12, 2008 Share Posted July 12, 2008 Hello right now I'm displaying .25 from my database and when displaying it for members I would like it to show up instead of .25 - 25% Link to comment https://forums.phpfreaks.com/topic/114453-how-do-i-turn-a-decimal-to-a-percent/ Share on other sites More sharing options...
teynon Posted July 12, 2008 Share Posted July 12, 2008 Using simple math you could do: $var=round($var*100)."%"; Link to comment https://forums.phpfreaks.com/topic/114453-how-do-i-turn-a-decimal-to-a-percent/#findComment-588545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.