이해가 않가네요.ㅡ.ㅡ;
페이지 정보
본문
댓글목록

제로님의 댓글
제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일
	                	                list.php파일에서
         <? 
		    $image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
            if (preg_match("/\.(gif|jpg|png)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
                echo "<img src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0'>  ";
}
		    else if (file_exists($list[$i][file_image1])) { $gznews_img = "width=150 height=150 border=0)'><br>"; } 
		    
		       else if (preg_match("/\.(swf|wma|asf)$/i", $image) && file_exists("$g4[path]/data/file/$bo_table/$image")) {
                echo "<embed src='$g4[path]/data/file/$bo_table/$image' width='150' height='150' border='0' wmode='transparent'></embed>  ";
}
		    
		 ?>
이렇게 고쳐보세요~!	            





 
