|
1 |
비엔에프릴만의 특징(특허 - 수리용 개폐구를 갖는 릴장치)
|
$sql = " select * from $g5['board_file_table'] where bo_table = '". $bo_table. "' and wr_id = '". $list[$i]['wr_id'] ."' order by bf_no ";
$result = sql_query($sql);
while ($row = sql_fetch_array($result))
{
$down_link = "download.php?bo_table={$bo_table}&wr_id={$list[$i]['wr_id']}&no={$row['bf_no']}";
$file_source = addslashes($row[bf_source]);
$file_type = preg_replace('/^.*\.([^.]+)$/D', '$1', $file_source);
$file_size = get_filesize($row[bf_filesize]);
if(!in_array($file_type, array('jpg', 'jpeg', 'gif', 'bmp', 'png'))){ //이미지는 제외
echo "";
echo rtrim($list[$i]['icon_file']);
echo " ";
}
}
?>
|
2021-01-18 |
3635 |