$pageName = 'vision'; $pageTitle = 'Mind-On Vision'; include_once('./header.html'); $id = 3; $tableName = 'page'; // 검색조건 설정 $sql_common = "select * from {$tableName} "; $sql_search .= " where id='$id' "; $page= sql_fetch($sql_common.$sql_search); $sqlcount = " select count(*) as cnt from g5_board_file where bo_table = '{$tableName}' and wr_id = '{$id}' "; $count = sql_fetch($sqlcount); $img_count = $count['cnt']; $file = get_file($tableName, $id); ?>