Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. include 'koneksi.php';
  3. $id = $_GET['nomor_induk'];
  4. mysqli_query("DELETE FROM tbkaryawan WHERE nomor_induk='$id,'")or die(mysql_error());
  5.  
  6. header("location:data_karyawan2.php?pesan=hapus");
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement