Originariamente inviato da badaze
Dici che se metti

codice:
$email = $_POST ["email"]; 
$submit= $_POST ["B1"]; 
if ($submit == 'Invia') {
 if ($nom =="" and $cogno =="" and $usern =="" and $password=="") 
 { 
  echo "<script language> window.alert(\"Inserire tutti i campi\"); </script>"; 
 } 
 else 
 { 
  ...........
 }
}
non funziona ?

Secondo me dovresti anche aggiungere i valori delle variabili post alla pagina. Tipo :

codice:
Email:<input type="text" name="email" size="27" style="font-family: Arial; font-size: 8 pt; font-weight: bold" value="<? print $email ?>">
ora provo