Upload New File

parent 648fc227
<?php
include("function.php");
$id_pembayaran = $_GET['id_pembayaran'];
if(validasi($id_pembayaran) > 0)
{
echo
"
<script>
alert('Berhasil di validasi');
document.location.href = 'daftar_pembayaran.php';
</script>
";
}else {
echo
"
<script>
alert('Gagal di validasi');
document.location.href = 'daftar_pembayaran.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