ieda Posted February 27, 2008 Share Posted February 27, 2008 how do i change the total price for example in decimal format using php..? Link to comment https://forums.phpfreaks.com/topic/93233-decimal-format/ Share on other sites More sharing options...
pocobueno1388 Posted February 27, 2008 Share Posted February 27, 2008 Look in the manual at the number_format() function. Link to comment https://forums.phpfreaks.com/topic/93233-decimal-format/#findComment-477613 Share on other sites More sharing options...
ieda Posted February 27, 2008 Author Share Posted February 27, 2008 ok.. i`ll try 2 explore.. tq.. Link to comment https://forums.phpfreaks.com/topic/93233-decimal-format/#findComment-477618 Share on other sites More sharing options...
cooldude832 Posted February 27, 2008 Share Posted February 27, 2008 fyi this is a common misconception in programing that there is 1 kind of "number" php has multiple number types so be careful There are Floats & integers Look them up and make sure you use them properly (Now I know php doesn't require deceleration of a Var's Type however when you go to do certain function on them such as sorts or decimal place adding integers, strings and floats all work very differently.) Link to comment https://forums.phpfreaks.com/topic/93233-decimal-format/#findComment-477626 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.