5) { sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } $title_message = '연차 관리자모드'; $tablename = 'almember'; include $_SERVER['DOCUMENT_ROOT'] . '/load_header.php'; ?>
'; // print_r($previous_year_usage_arr); // echo ''; $sql = "SELECT * FROM {$DB}.almember WHERE " . implode(" AND ", $conditions) . " ORDER BY referencedate DESC, dateofentry ASC, num DESC"; $stmh = $pdo->prepare($sql); $stmh->execute($bindParams); $total_row = $stmh->rowCount(); // print $admin; ?>