Answers for "php avoid print warning try catch"

PHP
0

catch warning php

<?php mysqli_connect_error() ?>
<?php error_reporting(E_ALL); ?>
Posted by: Guest on May-26-2021
0

turn off error printing php

php_flag display_errors Off
Posted by: Guest on March-11-2021

Browse Popular Code Answers by Language