답변 2개
채택된 답변
+20 포인트
마르스컴퍼니
3년 전
$img_content = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
->
$img_content = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
$file = get_file('01_02', $row['wr_id']);
$img_content2 = '<img src="'.$file[1]['path'].'/'.$file[1]['file'].'" width="150" height="150">';
echo $img_content2;
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인