8 lines
335 B
HTML
8 lines
335 B
HTML
<form method="post" action="calc.php"><pre>
|
|
Loan Amount <input type="text" name="principal">
|
|
Monthly Repayment <input type="text" name="monthly">
|
|
Number of Years <input type="text" name="years" value="15">
|
|
Interest Rate <input type="text" name="interest" value="3">
|
|
<input type="submit">
|
|
</pre></form>
|