|
|
|
17년 전
|
조회 1,546
|
|
|
|
17년 전
|
조회 1,537
|
|
|
|
17년 전
|
조회 1,715
|
|
|
|
17년 전
|
조회 1,752
|
|
|
|
17년 전
|
조회 1,361
|
|
|
|
17년 전
|
조회 1,017
|
|
|
|
17년 전
|
조회 1,528
|
|
|
|
17년 전
|
조회 1,540
|
|
|
|
17년 전
|
조회 1,546
|
|
|
|
17년 전
|
조회 1,508
|
|
|
|
17년 전
|
조회 1,675
|
|
|
|
17년 전
|
조회 1,538
|
|
|
|
17년 전
|
조회 1,597
|
|
|
|
17년 전
|
조회 1,541
|
|
|
|
17년 전
|
조회 1,608
|
|
|
|
17년 전
|
조회 1,543
|
|
|
|
17년 전
|
조회 1,590
|
|
|
|
17년 전
|
조회 1,564
|
|
|
|
17년 전
|
조회 1,575
|
|
|
|
17년 전
|
조회 2,849
|
댓글 3개
$sql = mysql_query(" select * from g4_board_file ");
for ($i=0; $row=mysql_fetch_array($sql); $i++) {
echo "<img src='$g4[path]/data/file/$row[bo_table]/$row[bf_file]' width=200>";
}
하시면 원본 파일을 크기 조절해서 불러 오네욤
아니면 패스에욤
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
$sql = mysql_query(" select * from g4_board_file "); ===>이 줄에서