회원로그인



최신글

자주묻는질문

그누보드 utp-8 디비 글씨 깨질시

페이지 정보

작성자 thinkidc 작성일15-11-22 11:07 조회3,102회 댓글0건

본문

먼저 lib/common.lib.php 을 여신 후 

if (strtolower($g4['charset']) == 'utf-8') @mysql_query(" set names utf8 "); 
else if (strtolower($g4['charset']) == 'euc-kr') @mysql_query(" set names euckr "); 

와 같은 구문을 주석처리하거나 삭제 해 주세요. 

그래도 안되면 

install 폴더를 여신 후 install_db.php 에서 

if (strtolower($g4[charset]) == 'utf-8') @mysql_query("set names utf8"); 
else if (strtolower($g4[charset]) == 'euc-kr') @mysql_query("set names euckr"); 

와 같은 부분을 주석처리 하거나 삭제해주세요. 

그리고 다시 설치를 해 보세요. 

댓글목록

등록된 댓글이 없습니다.



이메일: thinkidc@hotmail.com / MSN:thinkidc@hotmail.com / SkyPe : thinkidc
Copyright © 2004-2016 . All Rights Reserved.
Copyright © www.thinkidc.com. All rights reserved.

상단으로