Advertisement
akas123

Untitled

Jun 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. include '../config/koneksi.php';
  3. $id = $_GET['id'];
  4. $query = mysqli_query($conn, "DELETE FROM berita WHERE id='$id'");
  5. header('location:berita.php');
  6.  
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement