PHP开启页面报错的方法很简单,在<?php内加入下面的代码就可以了:

<?php
ini_set("display_errors", "On");
error_reporting(E_ALL | E_STRICT);
?>

插入在页面顶部就可以了。

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案