Advertisement
masthor

hapus-kategori

Apr 23rd, 2018
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. $id = $_GET['id'];
  3.  
  4. if(hapusKategori($id)){
  5.     echo '<script>window.location="'.$adminurl.'index.php?p=data-kategori"</script>';
  6. } else {
  7.     echo "Terjadi kesalahan saat menghapus data";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement