Upload New File

parent ada646f5
<?php
include("function.php");
$id_transp = $_GET['id_transp'];
if(hapustransp($id_transp) > 0)
{
echo
"
<script>
alert('Kendaraan berhasil dihapus');
document.location.href = 'transportasi_admin.php';
</script>
";
}else {
echo
"
<script>
alert('Kendaraan gagal dihapus');
document.location.href = 'transportasi_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