5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; $title_message = '견적 통계'; $title_prefix = '발주처별 견적 통계자료'; ?>
| 견적번호 | 접수일 | 현장명 | 견적금액 |
|---|---|---|---|
| = htmlspecialchars($detail['pjnum']) ?> | = htmlspecialchars($detail['indate']) ?> | = htmlspecialchars($detail['outworkplace']) ?> | = is_numeric($detail['estimateTotal']) ? number_format($detail['estimateTotal']) : htmlspecialchars($detail['estimateTotal']) ?> |
| 견적 내역이 없습니다. | |||