initial commit pemetaan kemiskinan

This commit is contained in:
2026-06-12 23:41:56 +07:00
commit 1fdcddc550
22 changed files with 1700 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
include "../config/koneksi.php";
$id = $_POST['id'];
mysqli_query($conn,"DELETE FROM keluarga_miskin WHERE id='$id'");
echo json_encode(["status"=>"deleted"]);
?>