• 목록
  • 아래로
  • 위로
  • 1
  • 260578
  • 조회 수 791
index.php
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<header>
    <div id="screen"></div> <!-- 헤더 부분. -->
    <div class='navbar'>
      <ul class="nav">
        <li class="lit"><a href="index.php">ByWiki</a></li>
        <li id="sidenav">
          <a href="#" id="sidenav-toggle">☰</a>
          <nav id="sidenav-menu">
            <header id="sidenav-header">
              <span id="close-sidenav">×</span>
              <div>메뉴</div>
            </header>
            <ul>
              <li><a href="board.html">게시판</a></li>
              <li><a href='index.php?return=도움말'>도움말</a></li>
            </ul>
          </nav>
        </li>        
          <li id="searchbox" class="til"><form action="search.php" method="post" target="m_view"><input type="text" name="name" class="searchtext" placeholder="검색.."/>
         <input type="image" src="img\search.png"></form></li>
      </ul>
    </div>
</header>
<section id="contents">
    <div id="main"> <!-- 콘텐츠가 보여질 부분. -->
        <div class="view">
                                                <section id="m_main">
                                              <span class="tbar">
                                              <ul>
                                                <li>
                                                  <form action="history.php" method="post">
                                                    <input type="hidden" name="hist" value="<?php echo $name;?>" />
                                                    <input type="image" src="img/history.png">
                                                  </form>
                                                </li>
                                                <li>  
                                          </li>
                                                <li>
                                                  <form action="do.php" method="post">
                                                    <input type="hidden" name="less" value="<?php echo $name;?>" />
                                                    <input type="image" src="img/Editing-edit-icon.png">
                                                  </form>
                                          </li>
 
                                              </ul>
                                              </span>
                                        <span id="d">
                                              <h1><?php echo $name;?></h1>
                                              <hr class="title">
                              <div id="article"><?php include nl2br("d/$name.html", false);
                              ?></div>
                                          </span>
                                            </section>
        </div>
    </div>
    </section>
    <footer>
    <div id="bottom"> <!-- 푸터 부분.-->
      <div class="footer">
        <a class="footer" target="m_view" href="LICENSE">9.74 With Bywiki.</a>
      </div>
    </div>
    </footer>


적용예




줄바꿈이 처리되지 않습니다. 어떻게 해야할까요?

작성자
260578 58 Lv. (62%) 274930/278480EXP

반가워요!

댓글 1

네모
profile image

include 함수의 인자는 파일 내용이 아니라 파일명 이므로, 당연히 nl2br 은 적용되지 않습니다.
 

1
2
3
4
5
6
7
<?php
// HTML 파일의 including만 가능합니다. PHP 문법은 파싱하지 않아요.
function include_html_nl2br($path){
    $contents file_get_contents($path);
    print(str_replace("\n"base64_decode('PGJyIC8+'), $contents));
    return;
}



comment menu
2018.11.27. 05:31

신고

"네모님의 댓글"

이 댓글을 신고 하시겠습니까?

권한이 없습니다.
번호 제목 글쓴이 날짜 조회 수
공지 [중요] 호스팅 만료와 관련하여 일부 수칙이 변경됩니다. 6 마스터 23.01.14.02:23 37226
공지 [필독] 질문하는 방법 17 마스터 18.02.23.03:09 5551
490 usb 부팅 질문 드립니다. 1 calm 18.12.14.16:16 630
489 파이썬 멜론차트 크롤링 구현 관련 17 title: 에그joyful 18.12.08.10:08 1944
488 음원스트리밍은 음원 보안을 어떤 방식으로 하나요? 15 title: 에그joyful 18.12.06.22:24 370
487 제가 자바스크립트를 잘몰라서 원론적인 질문 하나 드립니다. 6 홀민 18.12.06.09:10 824
486 또다시 WWW 관련하여 6 갱생협스 18.12.05.23:13 663
485 다음 api 사용하려고 뒤적거리다보니 curl_init, curl_easy_init 비교 7 홀민 18.12.05.09:59 604
484 콘서트 가보신 분 있으신가요? 5 260578 18.12.04.23:45 290
483 사이트 정보 등록 관련 5 title: 에그joyful 18.12.01.20:17 290
482 WP에서 스팸....? 11 image 갱생협스 18.11.30.13:12 516
481 스마트폰 연락처 관리를 어떻게 하시나요? 8 이니스프리 18.11.29.18:24 686
480 공유폴더가 안되는데 왜 안되는지를 모르겠습니다. 3 image calm 18.11.27.23:47 492
[PHP] nl2br 함수 관련 문제 재발 1 260578 18.11.26.18:10 791
478 스마트 동기화가 가능한 클라우드 추천 부탁드려요~! 2 이니스프리 18.11.24.05:27 758
477 스포어 서버에서는 JQuery를 사용할 수 있나요? 4 260578 18.11.23.08:20 661
476 [PHP] nl2br 함수 관련 3 260578 18.11.21.20:28 483
475 원래 .co.kr 도메인과 .kr 도메인을 따로 따로 구입해야 하는건가요? 7 NoYeah 18.11.20.16:39 505
474 노트북이 너무 시끄럽습니다. 10 image 네모 18.11.19.23:50 472
473 안녕하세요. AJAX로 페이지 긁어오는데에 보안오류가 생겼는데 조언을 구하고자 합니다. 6 Hanam09 18.11.19.23:35 672
472 웹페이지의 상단 메뉴를 고정하는 플러그인에 관하여 질문 드립니다 4 이니스프리 18.11.19.21:14 757
471 mysql에서 select * from 테이블.... 2 홀민 18.11.19.07:52 296