|
티스토리연구 |
[1] |
|
등록일:2005-07-06 12:42:52 (0%) 작성자: 제목:태그적용 제한 함수 |
|
function str_tag_on($str) {
$str = str_replace("&","&", $str);
$str = str_replace("<","<", $str);
return str_replace(">",">", $str);
}
function str_tag_off($str) {
$str = str_replace("<","<", $str);
return str_replace(">",">", $str);
}
특이한것은 없다. |
[본문링크] 태그적용 제한 함수
|
[1]
|
|
|
|
|
코멘트(이글의 트랙백 주소:/cafe/tb_receive.php?no=321 |
|
|
|
|
|
|
|
|
|
Copyright byCopyright ⓒ2005, SSISO Community All Rights Reserved.
|
|
|