financial function

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Luisa

    financial function

    Php financial functions exist?
    I need funcion to calculate the rate of a loan.

    Thank
    Luisa


  • Luisa

    #2
    Re: financial function

    I need something as function "ppv" or "rate" in vb.net

    Luisa

    "Krustov" <krusty@krustov .co.uk.INVALID> ha scritto nel messaggio
    news:MPG.1e6d6e eee970136498ad2 9@news.newsread er.com...[color=blue]
    > <comp.lang.ph p , Luisa , luisa.lg@iol.it>
    > <dtvfr5$8ar$1@f ata.cs.interbus iness.it>
    > <Mon, 27 Feb 2006 19:20:47 +0100>
    >[color=green]
    >> Php financial functions exist?
    >> I need funcion to calculate the rate of a loan.
    >>[/color]
    >
    > $vatno=1000;
    > $vat="30";
    > $vatyes=$vatno+ ($vat*($vatno/100));
    > $pr=number_form at($vatyes,0);
    > $pr=$pr+1;
    > $fin="$pr" . ".00";
    >
    > $fin would be 1300 or whatever .
    >
    > Yes its a cut-n-paste and you will need to adapt it to suit .[/color]


    Comment

    Working...