initiall commit

This commit is contained in:
2026-06-10 20:12:23 +07:00
commit a6acb10ffe
38 changed files with 5405 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
include 'koneksi.php';
$id = $_GET['id'];
mysqli_query($conn, "DELETE FROM penduduk_miskin WHERE id='$id'");
header("location:index.php");
?>