한글 타이포가 있는 php파일을 업로드 했는데요..ㅠ 정보
한글 타이포가 있는 php파일을 업로드 했는데요..ㅠ관련링크
본문
댓글 전체

캐릭셋을 맞춰주세요
소스를 잘몰라서ㅠㅠ; 어떻게해야되는지 구체적으로 알려주실 수 없나요TㅁT?

만드신 php 파일 상단에
header("Content-Type: text/html; charset=$g4[charset]");
또는
header("Content-Type: text/html; charset=utf-8");
또는
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
또는
<meta http-equiv="content-type" content="text/html; charset=utf-8">
을 입력해 하시고 저장 할때 utf-8 로 저장 해 보세요.
header("Content-Type: text/html; charset=$g4[charset]");
또는
header("Content-Type: text/html; charset=utf-8");
또는
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
또는
<meta http-equiv="content-type" content="text/html; charset=utf-8">
을 입력해 하시고 저장 할때 utf-8 로 저장 해 보세요.