source de la page tp2.html

<html>
<body>
<p align="center">
<font size="5" face = "Arial"><b>Entrez un code appellation :<br></b></font>
<form method="POST" action ="tp2.php">
<p><input type=text size=30 maxlength=6 name="appel"> </p>
<p><input type=submit> <input type=reset> </p>
</form>
</body>
</html>