7) { /* alert("관리자 승인이 필요합니다."); */ sleep(1); header("Location:" . $WebSite . "login/login_form.php"); exit; } $today = date("Y-m-d"); require_once($_SERVER['DOCUMENT_ROOT'] . "/load_header.php"); $titlemessage = '회계 일정관리'; ?> <?=$titlemessage?>
prepare($sql); $stmh->execute(); $data = $stmh->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $Exception) { echo "오류: " . $Exception->getMessage(); exit; } ?>
'; echo '
'; echo ' 매월 ' . $specialday . '일 '; echo '' . $title . ''; echo '
'; echo '
'; // Move to the next row after every 4 columns $counter++; if ($counter % 4 == 0) { echo '
'; } } ?>
<회계부분 상세일정>
    (매월)