스케쥴






달력에 오늘 일정

♨ 카랜더 일정 : 2021년07월05일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    달력에 오늘 일정


    내용


    ▶ 오늘일정

    <!-- ================================================= -->
    <?php
    if ($member['mb_level'] >= $board['bo_read_level']) {
    $today_w = date('Ymd', G5_SERVER_TIME); // 오늘일정
    $nextday_w = date('Ymd'strtotime($today_w . ' +1 day')); // 내일일정
    ?>
    <div class="day_list" style="width:<?php echo $width;?>">
        <table>
        <tr>
            <th>오늘 일정<br><?php echo date('m월 d일'strtotime($today_w)); ?></th>
            <td>
            <?php
            $sql = " select * from $write_table where wr_1 <= $today_w and wr_2 >= $today_w order by wr_num desc ";
            $result = sql_query($sql);
            for ($i=0$row = sql_fetch_array($result); $i++) {
            ?>
            <div>
                <h3 class="day_subject"><?php echo get_text($row['wr_subject']); ?></h3>
                <p class="day_content"><?php echo conv_content($row['wr_content'], 0?></p>
            </div>
            <?php } ?>
            <?php if ($i == 0) { ?><p class="empty_day">오늘 일정이 없습니다.</p><?php } ?>
            </td>
        </tr>
        <tr>
            <th>내일 일정<br><?php echo date('m월 d일'strtotime($nextday_w)); ?></th>
            <td>
            <?php
            $sql = " select * from $write_table where wr_1 <= $nextday_w and wr_2 >= $nextday_w order by wr_num desc ";
            $result = sql_query($sql);
            for ($i=0$row = sql_fetch_array($result); $i++) {
            ?>
            <div>
                <h3 class="day_subject"><?php echo get_text($row['wr_subject']); ?></h3>
                <p class="day_content"><?php echo conv_content($row['wr_content'], 0?></p>
            </div>
            <?php } ?>
            <?php if ($i == 0) { ?><p class="empty_day">내일 일정이 없습니다.</p><?php } ?>
            </td>
        </tr>
        </table>
    </div>
    <?php } ?>
    <!-- =========================== -->


    1.png https://11q.kr 에 등록된 자료 입니다.

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.




    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 6 / 1 Page
    번호
    제목
    이름



    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-04-19 14:05:25

    오늘의 홈 현황


    • 현재 접속자♨ 177 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 7 명
    • 주간 가입자※ 16 명
    • 오늘 방문자 1,656 명
    • 어제 방문자 2,103 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,278,314 명
    • 전체 게시물※ 8,520 개
    • 전체 댓글수※ 24,482 개
    • 전체 회원수 10,911 명

    QR코드


    ☞ 사진기로 촬영하시면 방문링크 됩니다

    알림 0








    최신글↑