<b>dog</b> 사이트 제목에 특수문자 나올때 정리 방법
$a = htmlentities($orig);
$b = html_entity_decode($a);
print_r("<br>----------<br>");
echo $a; // I'll "walk" the <b>dog</b> now
print_r("<br>----------<br>");
echo $b; // I'll "walk" the <b>dog</b> now
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개