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