news/index.php内容:
<?php
define("ROOTPATH", "../");
include(ROOTPATH."includes/common.inc.php");
include("language/".$sLan.".php");
include("includes/news.inc.php");
//?¨иg???Β??L
PageSet("news","main");
//??
PrintPage();
?>
这个怎么改啊,加上header不行啊。生成的index.html还是乱码
【 在 dhcn 的大作中提到: 】
: 调用header函数:
: header("Content-type: text/html; charset=utf-8");
: 这个HTTP header和HTML实际代码不是一回事,保证在其它内容输出前调用上面这个header语句,因为其它输出后的header语句有可能不起作用。
--
FROM 114.242.206.*