Advertisement
rizaldi_pastebin

Delete Image

Aug 17th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. include "koneksi.php";
  3.  
  4. $id = $_GET['id']
  5. mysqli_query($connect, "DELETE FROM gambar WHERE id='".$id."'");
  6.  
  7. echo "Gambar berhasil dihapus";
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement