我对localhost没有任何问题.但是当我在服务器上测试我的代码时,每一页的结尾都会看到这个通知.
@H_403_6@我的代码:
<?PHP ob_start(); include 'view.PHP'; $data = ob_get_contents(); ob_end_clean(); include 'master.PHP'; ob_end_flush(); // Problem is this line