我希望代码显示错误消息,同时删除页面内容
例如。
<?
echo 'welcome';
if (login==0)
{
error("you can't access to this page");
}
content, content, content, content, content, content, content, content, content, content
ect.......
?>
输出
you can't access to this page
该示例删除了所有内容,但仍保留错误(“您无法访问此页面”);