session_start();
//Ãʱ⺯¼ö¼³Á¤
include "./com/config/com_globalconfig.php";
//DB Á¢¼Ó
include "./com/config/com_dbconnection.php";
//°øÅëÇÔ¼ö¼³Á¤
include "./com/config/com_function.php";
//¿¹¾àÇÔ¼ö¼³Á¤
include "./com/config/com_rvpayfunction.php";
//³»Àϳ¯Â¥ ±¸Çϱâ
$tomorrow = mktime (date("H"),0,0,date("m") ,date("d")+2,date("Y"));
$tomorrow_year = date("Y",$tomorrow);
$tomorrow_month = date("m",$tomorrow);
$tomorrow_day = date("d",$tomorrow);
$tomorrow_hh = date("H",$tomorrow);
//³»Àϳ¯Â¥ ±¸Çϱâ
$tomorrow1 = mktime (date("H"),0,0,date("m") ,date("d")+3,date("Y"));
$tomorrow_year1 = date("Y",$tomorrow1);
$tomorrow_month1 = date("m",$tomorrow1);
$tomorrow_day1 = date("d",$tomorrow1);
$tomorrow_hh1 = date("H",$tomorrow1);
if($syy == '') $syy = $tomorrow_year; //½ÃÀ۳⵵
if($smm == '') $smm = $tomorrow_month; //½ÃÀÛ¿ù
if($sdd == '') $sdd = $tomorrow_day; //½ÃÀÛÀÏ
if($shh == '') $shh = $tomorrow_hh; //½ÃÀÛ ½Ã°£
if($smi == '') $smi = "00"; //½ÃÀÛ ºÐ
if (Trim($adultcnt) == '') { $adultcnt = '2'; }
if (Trim($childcnt) == '') { $childcnt = '0'; }
?>
Á¦ÁÖ ¿©ÇàÀÇ ¸ðµç°Í µð¾¾Åõ¾î
include "com/com_header.html";?>
include "com/menu00.html";?>
|
 |
|
| ÀüÂ÷·® ³×À̰ÔÀÌ¼Ç ¹«·áÀåÂø / Ä«µå°áÁ¦°¡´É |
|
|
| include "com/m_rentcar.html";?> |
| |
|
|
|
|
 |
| include "com/m_qna.html";?> |
 |
 |
 |
|
include "com/com_footer.html";?>