prova questo funziona di sicuro:
Codice PHP:
<html><head></head><body>
<?php
$numero_adulti=1;
if($numero_adulti=="1") $action = "resoconto_modifica.php";
?>
<form id="modulo" name="modulo" method="post" action="<?=$action; ?>">
<input type="text" name="numero_adulti">
<input type="hidden" name="posted" value="true">
<input type="submit" name="invia">
</form>
</body>
</html>