query("SELECT * FROM rumah_prasejahtera"); $data = []; while ($row = $result->fetch_assoc()) $data[] = $row; echo json_encode($data); ?>