Ho testato uno script minimo eppure l'errore è sempre lo stesso
Codice PHP:
<html>
<body>
<?

//flag
$flag1;

//se non hai inserito tutte le informazioni
if ($flag==1)
{
        
header("Location: index.php"); //si ricarica l'idex
        
exit; 
}
?>
</body>
</html>