This works fine in localhost, but not in server and top of the page contain
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
</html>
页面内容不是来自db。我的代码看起来像
if ($lan == "english")
echo "Sign up if you would like to receive occasional treats from us.";
else
echo "あなたは私たちから時折お菓子を受け取りたい場合は、サインインをしてください。";
此日本内容将显示问号