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
+1 -1
View File
@@ -9,7 +9,7 @@
</head>
<body>
Your name is: $name<br>
<form method="post" action="formtest.php">
<form method="post" action="formtest2.php">
What is your name?
<input type="text" name="name">
<input type="submit">
+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>