첨부파일 첨부하기
페이지 정보
작성자 오원장쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 3,142회 작성일 20-02-23 17:23본문
$sql = " select * from g5_board_file where wr_id = '$wr_id' and bo_table = '$bo_table'";
$qr = sql_query($sql);
for ($i=0; $row=sql_fetch_array($qr); $i++) {
$bf_file[$i]= $row[bf_file];
if ($bf_file[$i])
{
$img .= "<img src='http://$_SERVER[SERVER_NAME]/data/file/$bo_table/$bf_file[$i]'>";
}
}
댓글목록
등록된 댓글이 없습니다.