<html>
<head>
<body>
<form action="nazione.php" method="POST">
nazione: <input type="text" name="NAZIONE"/>
<input type="submit" value="AGGIUNGI NAZIONE"/>
</form>
</body>
</head>
</html>
e questo è il codice del form
<html>
<head>
<body>
<form action="nazione.php" method="POST">
nazione: <input type="text" name="NAZIONE"/>
<input type="submit" value="AGGIUNGI NAZIONE"/>
</form>
</body>
</head>
</html>
e questo è il codice del form