Upload New File

parent 7463df39
<?php
include("function.php");
$id_kategori = $_GET['id_kategori'];
if(hapuskategori($id_kategori) > 0)
{
echo
"
<script>
alert('Kategori berhasil dihapus');
document.location.href = 'kategori_admin.php';
</script>
";
}else {
echo
"
<script>
alert('Kategori gagal dihapus');
document.location.href = 'kategori_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