fix: absolute path for upload dir and strict exception handling

This commit is contained in:
2026-06-12 12:49:22 +07:00
parent b81a0166fa
commit c507033b9e
5 changed files with 47 additions and 22 deletions
+1
View File
@@ -0,0 +1 @@
<?php require 'koneksi.php'; print_r($pdo->query('SELECT id, nama, foto_rumah, foto_kk FROM penduduk_miskin ORDER BY id DESC LIMIT 5')->fetchAll(PDO::FETCH_ASSOC));