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