|
Posted by lorento on 09/21/06 10:30
iulian.ilea wrote:
> function c3($calc)
> {
> //=((16*M54)/100)+4
> $c=((16*$calc)/100)+4;
> return number_format($calc,2,",",".");
> }
$c=((16*$calc)/100)+4; --> $c variable never been used
return number_format($calc,2,",","."); --> it will format the input
number $calc
---
http://www.groupvita.com
http://www.deshot.com
Navigation:
[Reply to this message]
|