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
Turn if off:
You can use error_reporting(); or put an @ in front of your fileopen().