php/e02Form.htm

<form action="e02Action.php" method="post">
<h2>form named e02Form.htm  with action="e02Action.php" method="post"</h2>
 <p>Your name: <input type="text" name="name" /></p>
 <p>Your age: <input type="text" name="age" /></p>
 <p><input type="submit" /></p>
 </form>