|
|
|
14년 전
|
조회 1,018
|
|
|
|
14년 전
|
조회 2,757
|
|
|
|
14년 전
|
조회 1,661
|
|
|
|
14년 전
|
조회 1,553
|
|
|
|
14년 전
|
조회 1,655
|
|
|
|
14년 전
|
조회 1,303
|
|
|
|
14년 전
|
조회 2,193
|
|
|
|
14년 전
|
조회 1,575
|
|
|
|
14년 전
|
조회 1,731
|
|
|
|
14년 전
|
조회 1,572
|
|
|
|
14년 전
|
조회 1,077
|
|
|
|
14년 전
|
조회 989
|
|
|
|
14년 전
|
조회 857
|
|
|
|
14년 전
|
조회 1,773
|
|
|
|
14년 전
|
조회 1,571
|
|
|
|
14년 전
|
조회 1,660
|
|
|
|
14년 전
|
조회 1,042
|
|
|
|
14년 전
|
조회 982
|
|
|
|
14년 전
|
조회 1,200
|
|
|
|
14년 전
|
조회 1,047
|
댓글 1개
$str = explode("wr_id=", $str);
$str = explode("&", $str[1]);
$wr_id_in = $str[0];
$sql = " select bf_file, bf_type from $g4[board_file_table] where wr_id = $wr_id_in and bo_table = '$bo_table' order by bf_no limit 1";
$row = sql_fetch($sql);
return $row[bf_file];
뷰페이지에서 직접 이미지를 불러오는 쿼리입니다.
참고해보세요.