Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Nama : Pandi fathu R

Kelas : Malam
Npm : 43E57006175047

SOAL 1

SOAL 2
Termasuk Tabel Master
SOAL 3
<?php

$kode = $_GET['kiriman'];

include "koneksi.php";

$qhapus = mysqli_query($koneksi, "delete from ajb where code = '$kode'");

echo "

<script>

alert('Data berhasil dihapus');

window.location = 'lihat_ajb.php?tcari=';

</script>";

?>

You might also like