안녕하세요
영카트 사용후기 최신글 구현해서 이용중인데요
최신글불러올때. 모든내용잘 불러오는데.. 후기 이미지 를 제외하고 글만 (내용) 만 불러오려면 어떻게 해야할까요 ?
Copy </strong></p> <p>.cut_str($row[is_subject],30,"...").$row[is_content] <strong> 이렇게 불러오는데.. 이미지까지 불러와서요 ㅠㅠ
</strong></p> <p>.cut_str($row[is_subject],30,"...").$row[is_content] <strong>
strip_tags 함수를 사용하여 해당 글내용만 가지고 오도록 할수 있습니다.
Copy </span></p> <p><span style="font-size:10pt;">.cut_str($row[is_subject],30,"...").strip_tags($row[is_content]);</span></p> <p><span style="font-size:10pt;">
</span></p> <p><span style="font-size:10pt;">.cut_str($row[is_subject],30,"...").strip_tags($row[is_content]);</span></p> <p><span style="font-size:10pt;">
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
이 게시물을 신고 하시겠습니까?신고사유를 선택해주세요.
cut_str(strip_tags($row[is_content])