@@ -0,0 +1,13 @@
<?php
include 'koneksi.php';
$id = $_POST['id'];
$query = "DELETE FROM spbu WHERE id='$id'";
if(mysqli_query($conn, $query)){
echo "success";
}else{
echo "error";
}
?>
The note is not visible to the blocked user.