Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include"koneksi.php";
- $query = "DELETE FROM mahasiswa
- WHERE id_mahasiswa ='$_GET[id]'
- ";
- mysqli_query($koneksi, $query)
- or die ("Gagal Perintah SQL".mysql_error());
- header('location:index.php');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement