db 접속을 utf-8 로 접속할려고 합니다.

my-sql db 접속을 utf-8로 접속하려면

php 수정해야 할내용을 알려주세요.
|

댓글 5개

mysql_query("SET NAMES utf8");
mysql_query("SET NAMES euckr");
...

db접속코드 다음에 넣어보세요~
청춘불안정님 파일이름하고 대충 위치가 어디인지 알려주세요.
common.php

.....
if (file_exists("$g4[path]/$dbconfig_file"))
{
if (is_dir("$g4[path]/install")) die("<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'><script language='JavaScript'> alert('install 디렉토리를 삭제하여야 정상 실행됩니다.'); </script>");

include_once("$g4[path]/$dbconfig_file");
$connect_db = sql_connect($mysql_host, $mysql_user, $mysql_password);
$select_db = sql_select_db($mysql_db, $connect_db);
if (!$select_db)
die("<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'><script language='JavaScript'> alert('DB 접속 오류'); </script>");
}
.....
common.php

.....
if (file_exists("$g4[path]/$dbconfig_file"))
{
if (is_dir("$g4[path]/install")) die("<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'><script language='JavaScript'> alert('install 디렉토리를 삭제하여야 정상 실행됩니다.'); </script>");

include_once("$g4[path]/$dbconfig_file");
$connect_db = sql_connect($mysql_host, $mysql_user, $mysql_password);
$select_db = sql_select_db($mysql_db, $connect_db);

이부분에 추가하면 되나요.
mysql_query("SET NAMES utf8");

if (!$select_db)
die("<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'><script language='JavaScript'> alert('DB 접속 오류'); </script>");
}
.....
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
17년 전 조회 789
17년 전 조회 807
17년 전 조회 736
17년 전 조회 894
17년 전 조회 765
17년 전 조회 763
17년 전 조회 739
17년 전 조회 734
17년 전 조회 933
17년 전 조회 1,124
17년 전 조회 816
17년 전 조회 796
17년 전 조회 1,826
17년 전 조회 1,518
17년 전 조회 1,037
17년 전 조회 831
17년 전 조회 755
17년 전 조회 727
17년 전 조회 1,657
17년 전 조회 1,244
🐛 버그신고