Advertisement
isnan_ha18

hapus_data

Jan 23rd, 2020
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.     require_once ('configuration.php');
  3.  
  4.    
  5.     $string = "DELETE FROM `tbl_provinsi` WHERE `cl_id`='$_GET[id]'";
  6.     $query = mysqli_query($connection,$string);
  7.     if($query){
  8.         echo "sukses";
  9.     }else{
  10.         echo "gagal";
  11.     }
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement