connect(); // ¹è°¡½Ç, µî·Ï±¸ºÐ, ºÐ·ù±âÈ£ ¸¦ °¡Á®¿Â´Ù (class => 4: µî·Ï±¸ºÐ / 19:¹è°¡½Ç / 24:ºÐ·ù±âÈ£(KDC) ) $qry = "select code,description,class as class_code from cd_code_tbl where class in ('4', '19', '24') order by class, code "; $oci->parse($qry); $oci->exec(); $reg_no_list = ""; $shelf_loc_list = ""; $class_no_list = ""; while ($oci->fetchInto(&$col)) { $code_data=$col[CODE]; $description=$col[DESCRIPTION]; $class_code=$col[CLASS_CODE]; if($class_code == '4') { // µî·Ï±¸ºÐ if (trim($code_data) != "" ) $reg_no_list .= "\n"; } else if($class_code == '19') { // ¹è°¡½Ç if (trim($code_data) != "" ) $shelf_loc_list .= "\n"; } else if($class_code == '24') { // ºÐ·ù±âÈ£(KDC) if (trim($code_data) != "" ) $class_no_list .= "\n"; } } $yy = date("Y"); $mm = date("m"); $dd = date("d"); $usedate = $yy."/".$mm."/".$dd; $oci->disconnect(); ?>

°Ë»öÀÏÀÚ ºÎÅÍ ÇöÀç±îÁö(ÀÔ·ÂÇü½Ä yyyymmdd ¿¹ : 20001010)
1ÁÖ   2ÁÖ   1°³¿ù   2°³¿ù   3°³¿ù  
¹è±â½Ç
µî·Ï±¸ºÐ
ºÐ·ù±âÈ£(KDC)