473,385 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Payment function

Ron
I searched php.net last night for a payment function with no luck.
Does anyone now if this exists? Want to pass in a loan amount, rate
and term to return payment.

Appreciate any leads.

Thanks,
Ron
Jul 17 '05 #1
3 2572
Ron wrote:

I searched php.net last night for a payment function with no luck.
Does anyone now if this exists? Want to pass in a loan amount, rate
and term to return payment.


You could write your own very simply by using the equation at the following
address.

http://www.rh.edu/~blought/fall03_ci...assignment.htm

Shawn
--
Shawn Wilson
sh***@glassgiant.com
http://www.glassgiant.com
Jul 17 '05 #2
Ron
On Tue, 18 Nov 2003 16:44:42 -0400, Shawn Wilson
<sh***@glassgiant.com> wrote:
Ron wrote:

I searched php.net last night for a payment function with no luck.
Does anyone now if this exists? Want to pass in a loan amount, rate
and term to return payment.


You could write your own very simply by using the equation at the following
address.

http://www.rh.edu/~blought/fall03_ci...assignment.htm

Shawn

Shawn,

Thanks for the reply. I'll code it and see if it works. Will post the
results

Ron
Jul 17 '05 #3
Ron
On Tue, 18 Nov 2003 16:44:42 -0400, Shawn Wilson
<sh***@glassgiant.com> wrote:
Ron wrote:

I searched php.net last night for a payment function with no luck.
Does anyone now if this exists? Want to pass in a loan amount, rate
and term to return payment.


You could write your own very simply by using the equation at the following
address.

http://www.rh.edu/~blought/fall03_ci...assignment.htm

Shawn

All,

I'm writing this as:
echo "Future Value Calcualtion<br>";
//FV = PV(1.0 + R)N
$fv=0.0;
$pv=100000;
$r=7.5;
$n=360;

echo "Future Value:<br>";
$fv=$pv(pow(1+($r/12)),360);
echo "$fv";
echo "end";
After the future value echo I get:
Fatal error: Call to undefined function: 100000() in
c:\phpdev\www\webs\bzzzt\mortgage-calculated.php on line 37
Any ideas?

Thanks,
Ron
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Karen | last post by:
I inserted this statement and it worked great for the customers that have no payment history, but for the customers that have a history and an open invoice, it still used today's date in the mix...
3
by: cameron | last post by:
Hi I am new here in this forum: I am writing a C++ program to calculate a Montly Mortgage Payment where the loan amount is 200,000.00 with a 5.75% interest rate with a term of 30 years. My program...
3
by: davidhumphrey70 | last post by:
Hi, I am in serious need of some help PLEASE? I have a 4 tables (April data, May data, June data and July data) with numerous fields. Each of the tables has its own "Passed for payment to...
3
by: Jano | last post by:
Hi - Happy New Year! I have a web-site which accepted paypal payment for membership. No-one's buying so I want to make it free. The page which inputs the member details into the database needs...
7
by: Kawaka Ku | last post by:
I need help for my payment calculation. When I applied Rate Discount into the worksheet for calculate loan amortize, the looping in interest rate, monthly payment, and remain principal balance are...
13
by: Wayne | last post by:
I have just experienced my first late paying client. By "late" I mean that the invoice is now almost 2 months overdue. I don't think that the client is maliciously withholding payment - rather...
1
by: suresh_nsnguys | last post by:
Hi guys, i am having this logic regarding payment after usage functionality for my application in my mind. when user login to my application , The popup windiow will be displayed with paypal...
1
by: myemail.an | last post by:
Hi all, I am a novice to Access, and was wondering if I could get some help on a problem I can't solve. I have a database with customer payments, structured like this: customer code type of...
0
by: Mrs Scilla Madlin | last post by:
This is to officially inform you that we have verified your contract/inheritance file presently on my desk, and I found out that you have not fulfilling the obligations giving to you in respect to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.