최신글이미지 noimage 노이미지 끌어오는 소스좀 써주세요

최신글이미지 noimage 노이미지 끌어오는 소스좀 써주세요

QA

최신글이미지 noimage 노이미지 끌어오는 소스좀 써주세요

본문

소스는 이렇거든요

 

<?php               
                        $thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $imgwidth, $imgheight);                    
                        if($thumb['src']) {
                            $img_content = '<img class="img_left" src="'.$thumb['src'].'" alt="'.$list[$i]['subject'].'" width="'.$imgwidth.'" height="'.$imgheight.'">';
                        } else {
                            $img_content = 'NO IMAGE';
                        }               
                        echo $img_content;                          
    ?>​

 

여기서 no image 에서 gif 를 끌어와야 이미지가 없을때 등록되는 노이미지를 끌어오려합니다

 

이 질문에 댓글 쓰기 :

답변 1

$thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $imgwidth, $imgheight);       

$no_img = "$latest_skin_url/img/noimg.gif"; 

이렇게 $no_img​ 한줄 추가하고..

 

$img_content = 'NO IMAGE';

여기를 이렇게 바꿔보세요.​

$img_content = '<img src="'.$no_img.'" width="'.$imgwidth.'" height="'.$imgheight.'" />'; 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 71
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT