Use the following line on your code:
error_reporting(E_ERROR);
You can also turn it off on your php.ini file (not recommended):
error_reporting = E_ERROR
Use the following line on your code:
error_reporting(E_ERROR);
You can also turn it off on your php.ini file (not recommended):
error_reporting = E_ERROR