utf-8 에서 로그인할 때 아이디, 패스워드 틀릴 때 팝업 한글이 깨질때 해결방법 정보
utf-8 에서 로그인할 때 아이디, 패스워드 틀릴 때 팝업 한글이 깨질때 해결방법본문
단순한 것인데 몰라서 고생하는 분을 위해서 올립니다.
/bbs/login_check.php
<?
header("Content-Type: text/html; charset=$g4[charset]"); <- 추가합니다.
include_once("./_common.php");
/bbs/login_check.php
<?
header("Content-Type: text/html; charset=$g4[charset]"); <- 추가합니다.
include_once("./_common.php");
추천
0
0
댓글 0개