사이트 내 전체검색
PHP
게시판 내용 텍스트 처리
로빈아빠
https://cmd.kr/php/318 URL이 복사되었습니다.

본문

$content = stripslashes($data["content"]);
$content = eregi_replace("&[^;]*;", " ", $content);
$content = str_replace("\r\n", "", trim(strip_tags($content)));
$content = eregi_replace('  [^ ]*', '',$content);

댓글목록

등록된 댓글이 없습니다.

PHP
871 (13/18P)

Search

Copyright © Cmd 명령어 3.12.166.128