Final
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user