본문 바로가기

Web/PHP

스케줄 달력 (list.php)

<?php
include "../../html/webdesk_header.php";

//
// Function
//
require $_SELF[FUN].'/common/common.php';
require $_SELF[FUN].'/sql/query_engin.php';
require $_SELF[INC].'/dbconn.php3';
require $_SELF[FUN].'/common/strcut.php';

require "./Calendar.php";
require "../../html/default_footer.php";
?>

'Web > PHP' 카테고리의 다른 글

preg  (0) 2013.09.26
스케줄 달력 (Calendar.php)  (0) 2013.09.26
스케줄 달력 (schedule.css)  (0) 2013.09.26
스케줄 달력 (schedule.html)  (0) 2013.09.26
스케줄 달력 (solmoon2.php)  (0) 2013.09.26