ご利用前に必ずお読みください。
フォーラムTOP > > 日本語を表示したい

日本語を表示したい

by aptos22さん (eba4dabe)
投稿数:0回
(ベストアンサー:0回)
2016/11/12 07:19
●最近phpを利用し始めました。

アドレスは http://aptos22.html.xdomain.jp/

無料配布のメール返信フォームを使っていますが、日本語表示ができません。

●<?php
mb_language("Japanese");
mb_internal_encoding("UTF-8");

$message = "name" . $_POST["name"] . "\ntext" . $_POST["message"];

以下省略

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<META http-equiv="Content-Style-Type" content="text/css">

<title>sample</title>
</head>
<body>
<p><FONT COLOR="#000000" SIZE="4"><B>Submitted your mail</FONT></B></p>
</body>
</html>



●php.iniの設定は
mbstring.internal_encoding    UTF-8    です。

時間がありましたら、どなたかご教授下さい。
UTF-8 または Shift JIS の統一でしょうか?


このトピックへの回答は締め切られました。