html을 그대로 나타낼수 있는 함수나 방법을 알려주세요
pre 태그면 될까요?
<pre> <html> </html> <table> </table> ..... </pre>
rommance.net
아래 내용 과 관련있는거 같은데요..
http://kltp.kldp.org/stories.php?story=01/08/22/1094224
<?php # showHtmlCode.php #php < 4.3 function file_get_contents($f) { ob_start(); $retval = @readfile($f); if (false !== $retval) { // no readfile error $retval = ob_get_contents(); } ob_end_clean(); return $retval; } $file=file_get_contents($FileName); $new = htmlspecialchars($file, ENT_QUOTES); echo "<pre>\n"; echo $new; // &a href='test'&Test&/a& echo "</pre>\n"; ?>
http://whatever.com/showHtmlCode.php?FileName=http://www.naver.com
There is no spoon. Neo from the Matrix 1999.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
pre 태그면 될까요?[code:1]<pre><h
pre 태그면 될까요?
rommance.net
아래 내용 과 관련있는거 같은데요.. http://kltp.k
아래 내용 과 관련있는거 같은데요..
http://kltp.kldp.org/stories.php?story=01/08/22/1094224
[code:1]<?php # showHtmlCode.php#
There is no spoon. Neo from the Matrix 1999.
댓글 달기