ora provoOriginariamente inviato da badaze
Dici che se metti
non funziona ?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 { ........... } }
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 ?>">![]()