<html>
<head>
</head>
<body>
<form action ="get.php" method ="post">
Name:<input type ="text" name ="name" />
<br/>
Address :<input type ="text" name ="address"/>
<br/>
Position :<input type ="text" name ="position"/>
<br/>
Tel :<input type ="text" name ="tel"/>
<br/>
<input type ="submit" value ="Send"/> <input type ="reset" value ="reset"/>
</form>
</body>
</html>