Upload New File

parent 6323c486
<?php
include("functions.php");
$id_pemesanan = $_GET['id_pemesanan'];
if(hapuspemesanan($id_pemesanan) > 0)
{
echo
"
<script>
alert('Pesanan berhasil dihapus');
document.location.href = 'p_tiket_user.php';
</script>
";
}else {
echo
"
<script>
alert('Pesanan gagal dihapus');
document.location.href = 'p_tiket_user.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