<?php
if($action == "check") { echo "Questo è un test $nome!"; }
?>
<FORM action="test.php?action=check" method=POST>
<input type="text" name="nome" id="nome" size="20" />
<input type="submit" value="Invia" name="submit" />
</form>
<?php
if($action == "check") { echo "Questo è un test $nome!"; }
?>
<FORM action="test.php?action=check" method=POST>
<input type="text" name="nome" id="nome" size="20" />
<input type="submit" value="Invia" name="submit" />
</form>