怪问题,快帮忙啊!在线等
置于文件头部:<?php
function Another($buffer)
{
if ($HTTP_POST_VARS["processNextItem"]=="addAnother")
{
header("Location: newItem.php?mode=new&name=");
}
else
if ($HTTP_POST_VARS["processNextItem"]=="editAnother")
{
header("Location: ".$PREVPAGE_session.".php");
}
}
?>
置于数据写入结束处:<?php
ob_start("Another");
?>
但无法跳转,显示空白页面!问题到底出在哪里?请赐教!谢谢