intanto ti ringrazio per la risposta così veloce..
ho fatto cm dici tu e cm previsto mi da errore..
<html>
<head>
</head>
<body>
<?php
$dati=$_POST;
extract($dati);
if($login==..){
header('Location:file.php?username='.$login);//file.php è il file che deve ricevere il campo $login
}
?>
</body>
</html>
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\provadatijavascriptphp\prova.php:3) in c:\program files\easyphp1-8\www\provadatijavascriptphp\prova.php on line 26