Advertisement
CHaNStar

30.2

Oct 23rd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  include 'lib/library.php';
  3.  
  4.  $nis = $_GET['nis'];
  5.  $sql = "DELETE FROM siswa WHERE nis = '$nis' ";
  6.  
  7.  $mysqli->query($sql) or die ($mysqli->error);
  8.  
  9.  header("location: index.php")
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement