Turn off display errors using file “php.ini”

前端 未结 12 1374
春和景丽
春和景丽 2020-11-28 06:59

I am trying to turn off all errors on my website. I have followed different tutorials on how to do this, but I keep getting read and open error messages. Is there something

12条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 07:25

    Turn if off:

    You can use error_reporting(); or put an @ in front of your fileopen().

提交回复
热议问题