session_start(); //Ãʱ⺯¼ö¼³Á¤ include "../../com/config/com_globalconfig.php"; //DB Á¢¼Ó include "../../com/config/com_dbconnection.php"; //°øÅëÇÔ¼ö¼³Á¤ include "../../com/config/com_function.php"; //¿À´Ã³¯Â¥ ±¸Çϱâ $today = mktime (date("H"),0,0,date("m") ,date("d"),date("Y")); $today_year = date("Y",$today); $today_month = date("m",$today); $today_day = date("d",$today); //³»Àϳ¯Â¥ ±¸Çϱâ $tomorrow = mktime (date("H"),0,0,date("m") ,date("d")+1,date("Y")); $tomorrow_year = date("Y",$tomorrow); $tomorrow_month = date("m",$tomorrow); $tomorrow_day = date("d",$tomorrow); ?>
|
include "../../com/rt_quick.html";?> |