I had post a thread on rounding before, but it really wasnt what I needed. I need quaterly rounding I have tried this
$FormatFinalTot al = (ceil($FinalTot al*20))/20;
and that rounds 67.67 to 67.70 or 23.23 to 23.25
what i need is 60.10 to 60.25 or 67.67 to 67.75
or 67.80 to 68.00
Any help would greatly be appreciated.
Thanks,
Alex
$FormatFinalTot al = (ceil($FinalTot al*20))/20;
and that rounds 67.67 to 67.70 or 23.23 to 23.25
what i need is 60.10 to 60.25 or 67.67 to 67.75
or 67.80 to 68.00
Any help would greatly be appreciated.
Thanks,
Alex
Comment