Guest User

CRUD Modal Bootstrap hapus.php

a guest
May 26th, 2018
8,730
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"koneksi.php";
  3.  
  4.  
  5. $query = "DELETE FROM mahasiswa
  6.                             WHERE id_mahasiswa ='$_POST[id]'
  7.                                 ";
  8.  
  9. mysqli_query($koneksi, $query)
  10. or die ("Gagal Perintah SQL".mysql_error());
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment