I'm trying to parse a simple xml file, but I keep getting a strange error at
$node->name which returns #text. Is this normal or am I doing something
wrong?
>From what I understand, the $node->name should return "branch" but it
returns #text.
TIA
Jon
--- PHP Code ---
Hello,
I'm having trouble getting a log formula to work. This forumla is supposed
to return the number of payment required zero out a loan balance.
/*
n = - (LN(1-(B/m)*(r/q)))/LN(1+(r/q))
q = amount of annual payment periods
r = interest rate
B = principal
m = payment amount
n = amount payment
2 matches
Mail list logo