Salve a tutti...
Ho un problema stranissimo con un post...a volte mi effettua il post dei dati e a volte no e nn so spiegarmelo... Nn penso ke il problema sia xkè glielo faccio fare alla stessa pagina...xò mi servirebbe così...

Qst è il codice...se qlcn può darmi una mano....grazie...

<html>
<head>
<title>prova</title>
</head>
<body>
<? reset ($_POST);
while (list ($chiave, $valore) = each ($_POST)) {
echo ($chiave ."=>". $valore ."
"); } ?>
<form method="post" id="login" name="login" action="test2.php">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="testoImp">UserName:</td>
<td> <input class="form_text" type="text" size="10" name="User"></td>
</tr>
<tr>
<td class="testoImp">Password: </td>
<td><input class="form_text" type="password" size="10" name="Pass"></td>
</tr>
<tr>
<td> </td>
<td> <input class="form_button" type="submit" size="5" name="Log" value="Entra"></td>
</tr>
</table>
<form>
</body>
<html>