stripslashes 적용방법 좀 알려주세요. 정보
그누보드 stripslashes 적용방법 좀 알려주세요.본문
안녕하세요.
stripslashes 적용방법을 잘 몰라 문의 드립니다.
책을 봐도 아래 부분에 어떻게 적용해야할지 난감하네요.
아래 소스는 그샵의 상품설명 부분입니다. 상품설명에 stripslashes를 적용하여 출력하고 싶은데 도무지 어떻게야할지 몰라서 여러분께 문의 드립니다.
아래 부분에 stripslashes 를 적용하고 싶습니다.
<td><blockquote class="cont"><br><?=conv_content($it[it_explan], $it[it_html])?><br></blockquote></td>
*************************************************************************
<? if ($it[it_explan]) { ?>
<p>
<table width='100%' cellpadding=0 cellspacing=0>
<tr><td align=center><img src='./<?=$cfg[shop_dir]?>/img/detail_bar.gif' border=0></td></tr>
<tr>
<td class='content contentbg'>
<table align=center width="94%" bgcolor="#F3F3F3">
<tr>
<td><blockquote class="cont"><br><?=conv_content($it[it_explan], $it[it_html])?><br></blockquote></td>
</tr>
</table>
</td>
</tr>
</table>
**************************************************************
stripslashes 적용방법을 잘 몰라 문의 드립니다.
책을 봐도 아래 부분에 어떻게 적용해야할지 난감하네요.
아래 소스는 그샵의 상품설명 부분입니다. 상품설명에 stripslashes를 적용하여 출력하고 싶은데 도무지 어떻게야할지 몰라서 여러분께 문의 드립니다.
아래 부분에 stripslashes 를 적용하고 싶습니다.
<td><blockquote class="cont"><br><?=conv_content($it[it_explan], $it[it_html])?><br></blockquote></td>
*************************************************************************
<? if ($it[it_explan]) { ?>
<p>
<table width='100%' cellpadding=0 cellspacing=0>
<tr><td align=center><img src='./<?=$cfg[shop_dir]?>/img/detail_bar.gif' border=0></td></tr>
<tr>
<td class='content contentbg'>
<table align=center width="94%" bgcolor="#F3F3F3">
<tr>
<td><blockquote class="cont"><br><?=conv_content($it[it_explan], $it[it_html])?><br></blockquote></td>
</tr>
</table>
</td>
</tr>
</table>
**************************************************************
댓글 전체
<td><blockquote class="cont"><br><?=stripslashes(conv_content($it[it_explan], $it[it_html]))?><br></blockquote></td>
이렇게....
이렇게....
고맙습니다. 많은 도움이 되었네요 ^^
그샵 stripslashes