phpmailerTest/php/00_showErrors.include.php

5 lines
98 B
PHP
Raw Normal View History

2020-07-28 09:29:51 -06:00
<?php
// display all errors while testing
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>