<html>
<!-- $Id: db_form.html,v 1.1 2004-11-15 17:19:14 doros Exp $ -->
<head>
<title> Esempio di form HTML per la ricerca su DB</title>
</head>
<body>
<form action="findit.php" method="POST">
Nome : <input type="text" name="name" /><br>
Cognome: <input type="text" name="surname" /><br>
<input type="submit" name="submit" value="ricerca!">
</form>
</body>
</html>