Login
Username

Password



Lost Password?

Register now!
Referer
No referer

Guests cannot post in this forum

You cannot start a new topic in this forum

Action
list-tree Tree order sort-down Newest first previous Previous topic next Next topic

なし 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.
--
Nobuhiro YASUTOMI (MySite Users Webmaster)

list-tree Tree order sort-down Newest first previous Previous topic next Next topic



Advanced search
© 2008 MySite Web Service