include $_SERVER["DOCUMENT_ROOT"]."/share/inc/header.php" ?>
include $_SERVER["DOCUMENT_ROOT"]."/share/inc/sidemenu.php" ?>

- Ȩ
- ¹®È¸¶´ç
- Ã¼ÇøÇüµ¿È±¸¿¬¾È³»
=$Location_TitleText[$PageName]?>
$conqry = "select b_content from nt_fairytale_intro where idx = 1 ";
$constmt = OCIParse($conn, $conqry);
OCIExecute($constmt);
if (OCIFetchInto($constmt, &$data, OCI_RETURN_NULLS|OCI_RETURN_LOBSdescriptor)) {
if ($data["0"] != null){//2013.08.08 nullüũÃß°¡.
$content = $data["0"]->load();//2013.07.22 ±âŸÀÔ·Â. ¼¹ö Àç¼³Á¤ ÀÌÈÄ errorÀ¸·Î ÀÎÇØ ¸·À½.->08.08¿¡ nullüũÃß°¡
}
}
echo $content;
?>
include $_SERVER["DOCUMENT_ROOT"]."/share/inc/quickmenu.php" ?>
include $_SERVER["DOCUMENT_ROOT"]."/share/inc/footer.php" ?>