It often happens that we want to hide errors that occur during the execution of our PHP script. To do this, add a special function to the top of your file:
error_reporting(0);
It often happens that we want to hide errors that occur during the execution of our PHP script. To do this, add a special function to the top of your file:
error_reporting(0);