ログイン
ユーザ名

パスワード



パスワード紛失

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

このフォーラムではゲスト投稿が禁止されています

このフォーラムに新しいトピックを立てることはできません

Action
list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック

なし Re: Site are not working properly

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.
--
安冨 伸浩 (マイサイト管理人)

list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック



条件検索へ
© 2008 MySite Web Service