답변 1개 / 댓글 1개
채택된 답변
+20 포인트
4년 전
strip_tags 함수를 사용하여 해당 글내용만 가지고 오도록 할수 있습니다.
Copy
.cut_str($row[is_subject],30,"...").strip_tags($row[is_content]);
답변에 대한 댓글 1개
4년 전
답변을 작성하려면 로그인이 필요합니다.
cut_str(strip_tags($row[is_content])