Hello. I need to setup my PHP script at the top to disable error reporting for strict standards.
Can anybody help ?
|
|
|
|
|
|
|
Do you want to disable error reporting, or just prevent the user from seeing it? It’s usually a good idea to log errors, even on a production site.
They will be logged to your standard system log, or use the |
||
|
|
|
|
For no errors.
or for just not strict
and if you ever want to display all errors again, use
|
||
|
|