Answers for "turn off only warning and notice from erro php"

PHP
0

how to remove notice error in php

ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
Posted by: Guest on September-21-2020

Code answers related to "turn off only warning and notice from erro php"

Browse Popular Code Answers by Language