Upload New File

parent 18bb13f6
<?php
include("function.php");
$id = $_GET['id'];
if(hapustiket($id) > 0)
{
echo
"
<script>
alert('Kategori berhasil dihapus');
document.location.href = 'tiket_admin.php';
</script>
";
}else {
echo
"
<script>
alert('Kategori gagal dihapus');
document.location.href = 'tiket_admin.php';
</script>
";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment