Posts

Showing posts from March, 2019

PHP disable errors/reporting

error_reporting(0); ini_set("display_errors", false);