5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; $title_message = '상세 내역 조회'; ?>
| 수입 | 지출 | ||
|---|---|---|---|
| 항목 | 금액 | 항목 | 금액 |
| =$incomeContent?> | =$incomeAmount?> | =$expenseContent?> | =$expenseAmount?> |
| 수입 합계 | =number_format($totalIncome)?> | 지출 합계 | =number_format($totalExpense)?> |
| 월수익 | =number_format($netIncome)?> | ||