| 
	
 | 
 Posted by Krustov on 10/17/07 14:54 
<comp.lang.php> 
<dkruger> 
<Wed, 17 Oct 2007 07:33:06 -0700> 
<1192631586.455946.270240@v29g2000prd.googlegroups.com> 
 
> I am having a little problem that I am hoping someone can help me out 
> with.  In one of my scripts, I am working with some dollar values, and 
> using round to change the result calculated values into a dollar value 
> with cents etc...so I should be getting $200.43 instead of $200.42987 
> etc. 
>  
> The command I am using is: 
>  
> $total_revenue = round(($renew+$inc_new+$national_rec+$chargeback),2); 
>  
> This had been working previously on the old server, but a few days 
> ago, I transferred everything to a new system, and now it is as though 
> the round command is ignoring the 2 for decimal places and instead 
> rounding up to the next dollar value. 
>  
 
Never used round() but www.php.net/manual/en/function.number-format.php  
might be worth a look . 
 
  
--  
www.vhit.co.uk 
www.jpgimage.co.uk 
www.phpwhois.co.uk 
www.cannabiswindow.co.uk
 
[Back to original message] 
 |