L LuckyTaxi Diamond Member Dec 24, 2000 6,044 23 81 Mar 6, 2008 #1 For some reason it decided to round off my number when I dont want it to. $total = 45.05 $tax = 2.55 $gross = 43.00 Damnit, I want it to display 42.50. How can I make it do so?
For some reason it decided to round off my number when I dont want it to. $total = 45.05 $tax = 2.55 $gross = 43.00 Damnit, I want it to display 42.50. How can I make it do so?
T tfinch2 Lifer Feb 3, 2004 22,114 1 0 Mar 6, 2008 #2 http://www.php.net/manual/en/function.number-format.php