高分请教header出错——急
我的代码:
<? require("conn.php");
if ($mm<>$cmm)
{
header("Location: common/message.php?xiaoxi=密码和确认密码不一样,请重新输入&dizhi=../yhjbxxzc.php");
exit;
}
出错信息:Warning: Cannot modify header information - headers already sent by (output started at F:\web\yhjbxxzc_db.php:1) in F:\web\yhjbxxzc_db.php on line 4
我的header前没有任何输出啊
怎么会事?