그누보드, 본문 컬럼이 longtext 임에도 불구하고 내용이 잘릴때 > php

본문 바로가기

php

그누보드, 본문 컬럼이 longtext 임에도 불구하고 내용이 잘릴때

작성일 20-02-25 10:46

페이지 정보

작성자서방님 조회 244회 댓글 0건

본문

// /bbs/write_update.php 파일의 35 Line 쯤에서,

$wr_content = '';
if (isset($_POST['wr_content'])) {
    $wr_content = substr(trim($_POST['wr_content']),0,65536); // 여기를 변경
    $wr_content = preg_replace("#[\\\]+$#", "", $wr_content);
}

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기