5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; $title_message = '현설 참여 관리'; ?> <?=$title_message?> prepare($sql); // 바인딩 $stmh->bindValue(":fromdate", $fromdate, PDO::PARAM_STR); $stmh->bindValue(":todate", $todate, PDO::PARAM_STR); if (!empty($search)) { $stmh->bindValue(":search", "%{$search}%", PDO::PARAM_STR); } $stmh->execute(); $total_row = $stmh->rowCount(); ?>
기간  
기간 설정
  ~       
fetch(PDO::FETCH_ASSOC)) { include '_row.php'; $quantityData = json_decode($quantityJson, true); // '0'이 아닌 품목만 필터링하여 'item : quantity' 형태로 출력 $surang = ""; if (is_array($quantityData)) { $filteredItems = array_filter($quantityData, function ($item) { return isset($item['quantity']) && $item['quantity'] !== "0"; }); // 'item : quantity' 형식으로 변환 $surang = implode("
", array_map(function ($item) { return htmlspecialchars($item['item'], ENT_QUOTES, 'UTF-8') . ":" . htmlspecialchars($item['quantity'], ENT_QUOTES, 'UTF-8'); }, $filteredItems)); } ?> getMessage(); } ?>
번호 등록일 시공사 현장명 주소 산출 현설일 현설참여자 진행상태 총개소 아이템 내역 입찰금액 입찰일 입찰결과 비고