This commit is contained in:
RobinNixon
2021-04-18 15:31:38 +01:00
parent f63a81074d
commit 188af22a54
224 changed files with 79 additions and 2241 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
<form method="post" action="calc.php"><pre>
Loan Amount <input type="text" name="principle">
Monthly Repayment <input type="text" name="monthly">
Number of Years <input type="text" name="years" value="25">
Interest Rate <input type="text" name="rate" value="6">
Loan Amount <input type="text" name="principal">
Number of Years <input type="text" name="years" value="15">
Interest Rate <input type="text" name="interest" value="3">
<input type="submit">
</pre></form>