ログイン
ユーザ名

パスワード



パスワード紛失

新規登録
参照元情報
参照なし

Re: Site are not working properly

投稿ツリー


このトピックの投稿一覧へ

nobu

なし Re: Site are not working properly

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2015/6/10 15:48
nobu  管理人   投稿数: 962 オンライン
Well, your problem come from incompatible in PHP-5.4.

Fix that like following:
  $text = htmlspecialchars($text);
to
  $text = htmlspecialchars($text, ENT_COMPAT, _CHARSET);

or using UTF-8 internal charset.

--
安富 伸浩 (マイサイト管理人)

  条件検索へ


© 2008 MySite Web Service