Advertisement
dhiyanaz

Untitled

Jun 26th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. include('config/koneksi.php');
  3. $nip = $_GET['nip'];
  4.  
  5. $sql = 'delete from datasiswa where nip="'.$nip.'"';
  6. $query = mysqli_query($skripsi,$sql);
  7. header('location: dsiswa.php');
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement