string strip_tags(string str [, string allowable_tags])
* 문자열 str에서 html이나 php태그를 모두 제거한 문자열을 반환한다.
* allowable_tag은 문자열 str에 적용되어 있는 html, php태그를 사용할 경우, 그 태그는 제거하지 않고 적용어 있는 문자열을 반환한다.
[출처] strip_tags()|작성자 욘사마
'php' 카테고리의 다른 글
header로 들어오는 url 고치기 (0) | 2010.03.29 |
---|---|
include_path 교체 (0) | 2010.03.22 |
php 이클립스에서 개발하기 (0) | 2010.01.08 |
쿠키헤더관련 에러 cookie Warning: Cannot modify header information - headers already sent by (0) | 2009.12.18 |
Apache Module mod_rewrite 사용하기 (0) | 2009.12.14 |