query( $sql ); if( $objConn->nf() != 0 ) { $objConn->next_record(); $list_cnt = $objConn->f(0); } $default = 220; $default_right_padding = 20; $win_height = $default + ($list_cnt * 28); $default_div_height = $list_cnt * 28; if ($list_cnt >= 20) { $win_height = $default + 28*20; $default_div_height = 28*20; $default_right_padding = 0; } $objConn->close(); ?> POP ¼­¹ö °ü¸®
()
 
¼­¹ö¸í IP Port ¼­¹öŸÀÔ °¨½Ã °ü¸®
query( $sql ); if( $objConn->nf() != 0 ) { while( $objConn->next_record() ) { $pseq = $objConn->f(0); $pname = $objConn->f(2); $pip = $objConn->f(3); $pport = $objConn->f(4); $ptype = $objConn->f(5); $pmonitor_yn = $objConn->f(6); switch($ptype) { case "RC" : $ptype = "RC"; break; case "RTS" : $ptype = "RTS"; break; case "CACHE" : $ptype = "CACHE"; break; case "RCDB" : $ptype = "RCDB"; break; case "RCTS" : $ptype = "RCTS"; break; case "STAT" : $ptype = "STAT"; break; case "TIMED" : $ptype = "TIMED"; break; default : break; } ?> close(); ?>