공부/Gnuboard
그누보드 리스트에서 첨부파일(이미지) 출력하기
밥성수
2019. 10. 10. 03:08
최신글 스킨에서
이런식으로 활용하기
<? php
$profile_file = get_file($bo_table, $list[0]['wr_id']);
$header_file = get_file($bo_table, $list[1]['wr_id']);
?>
<? php $profile_src = $profile_file[0]['path'].'/'.$profile_file[0]['file']; ?>
<? php $header_src = $header_file[0]['path'].'/'.$header_file[0]['file']; ?>