0) { $msg = 'SILAHKAN INPUT DENGAN NAMA YANG BERBEDA'; $_SESSION['error'] = $msg; header("location:struktural.php"); }else{ mysqli_query($koneksi,"INSERT INTO struktural VALUES(NULL,'$nama')"); header("location:struktural.php?alert=berhasil"); } ?>