Upload New File

parent dbd49957
<?php
include("function.php");
$id_destinasi = $_GET['id_destinasi'];
if(hapusdestinasi($id_destinasi) > 0)
{
echo
"
<script>
alert('Destinasi berhasil dihapus');
document.location.href = 'destinasi_admin.php';
</script>
";
}else {
echo
"
<script>
alert('Destinasi gagal dihapus');
document.location.href = 'destinasi_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