From ce88ac52f606db4b9de2405c9313f4aa55d0278e Mon Sep 17 00:00:00 2001 From: wartana Date: Sun, 25 Jan 2026 00:20:46 +0800 Subject: [PATCH] Add phone number field to citizen data Adds phone column to tb_pdd table and updates all related forms (add, edit, view) to handle phone numbers for citizens. --- admin/pend/add_pend.php | 22 +++++++++++++++------- admin/pend/edit_pend.php | 22 ++++++++++++++++------ admin/pend/view_pend.php | 14 +++++++++++--- sidak_database_init.sql | 3 ++- sidak_database_structure_only.sql | 3 ++- 5 files changed, 46 insertions(+), 18 deletions(-) diff --git a/admin/pend/add_pend.php b/admin/pend/add_pend.php index a4dcb17..09ce213 100644 --- a/admin/pend/add_pend.php +++ b/admin/pend/add_pend.php @@ -130,10 +130,16 @@ $return_to = isset($_GET['return_to']) ? mysqli_real_escape_string($koneksi, tri
- - - - + + +
+ +
+ +
+
+ + - - - + + +
+ +
+ +
+
+ +