You might not want to turn off error reporting but just suppress it so
the page does not display the errors. This can be done with the
following command:
ini_set('display_errors', 'Off');
Kirk
howa wrote:
> given that i have no access to php.ini
>
> how can i disable all the error reporting using a single method /
> command ?
>
> thanks.
>