Mortgage and Loan Calculator

Last Update
29 June 2013
Regular License
$8
Sales
63

VERSION CHANGE TYPO FIX: **JAN REPLACED IAN VERSION 1.21: Bug fix for not showing Feb month in reports plus failing to calculate one time payment VERSION 1.20: 32bit Support VERSION 1.11: Bug fix for not disclosing mortgage amount in email reportMortgage and Loan Calculator PHP Script This calculator was first released for WordPress as a plugin/widget but I was asked to create a php/html calculator as well so I decided to go after it therefore I m very happy to announce Mortgage and Loan Calculator in html/php.

Mortgage and Loan Calculator lets your website visitors calculate their payments based upon the interest rates and loan amount entered. One of the most unique features is that it gives the opportunity for your visitors to receive reports on their email account.

This is a win win situation because your users will be happy for archiving their reports and will come back for more in order to compare with older ones, while you receive precious stats for later report monetization.

Fields used in Mortgage and Loan Calculator

Mortgage amount Mortgage Term Interest Rate Mortgage start date Extra payments Email Report

More…

They can change any values without reloading page. They can enter “Extra Payments” details although its not required. If your visitors wish they can enable the “Send report to email” option in case they want to have their report sent as an email for later comparison with other reports. After entering all fields select “Calculate” and wait a few seconds for the results to appear.

Every time your visitor enables the email report you get results saved in your MySQL database under table `reports_mortgage_calc`. You can use that table for exporting reports and other useful data. Plugin uninstall also removes all related tables.

Installation and Setup

Extract zip file locally. Find and edit file mortgage-calc.php with notepad or any other editor. Go to lines 2,3,4,5 and replace with your own database user, password, name, details. Then go to line 166 and 172 and replace wpcream.com with your own domain then save and close file. Upload folder under your website root or any other directory through ftp. index.php file is the default file where you can edit or copy and paste code to use or include in your own template. I also added widget.php file which works as a small widget to include Mortgage Calculator as a sidebar widget showing only basic info in your html template. In that case just open calc-widget.php and copy all file contents to your desired template and position or use existing widget.php as an include.

Please read the FAQ section for more installation options like inserting Mortgage Calculator on your own template. For more Financial Calculators both for Wordpress or php/html scripts take a look at my Portfolio page.