이미지 추출문제 꼭좀 도와주세욤~ 정보
이미지 추출문제 꼭좀 도와주세욤~본문
리스트페이지에서 첫번째 첨부파일 이미지와 두번째 첨부파일이미지를 동시에 불러오고싶은데요...
첫번쨰이미지자리 소스 / 두번째 자리소스
어떨게 소스를 적용해야 하나요?... 꼭좀 부탁드립니다.
댓글 전체

//첫번째파일
$file1 = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
//2번째파일
$file2 = $list[$i][file][1][path] .'/'. $list[$i][file][1][file];
$file1 = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
//2번째파일
$file2 = $list[$i][file][1][path] .'/'. $list[$i][file][1][file];
감사합니다.