コードにエラーメッセージを表示すると同時に、ページのコンテンツを削除したい
例えば。
<?
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
たとえば、すべてのコンテンツを削除しますが、エラーが発生します(「このページにアクセスできません」)。