|
|
|
12-02-15
|
조회 1,634
|
|
|
|
12-02-15
|
조회 1,136
|
|
|
|
12-02-15
|
조회 1,038
|
|
|
|
12-02-15
|
조회 911
|
|
|
|
12-02-15
|
조회 1,823
|
|
|
|
12-02-15
|
조회 1,635
|
|
|
|
12-02-15
|
조회 1,713
|
|
|
|
12-02-14
|
조회 1,134
|
|
|
|
12-02-14
|
조회 1,043
|
|
|
|
12-02-14
|
조회 1,266
|
|
|
|
12-02-14
|
조회 1,127
|
|
|
|
12-02-14
|
조회 1,655
|
|
|
|
12-02-14
|
조회 2,212
|
|
|
|
12-02-14
|
조회 1,046
|
|
|
|
12-02-14
|
조회 1,137
|
|
|
|
12-02-14
|
조회 1,628
|
|
|
|
12-02-14
|
조회 1,978
|
|
|
|
12-02-14
|
조회 1,668
|
|
|
|
12-02-14
|
조회 2,373
|
|
|
|
12-02-14
|
조회 1,259
|
댓글 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];
뷰페이지에서 직접 이미지를 불러오는 쿼리입니다.
참고해보세요.