PHP-Course/errors.php
Kilian Kurt Hofmann 09ad98ba14 Better structure
2024-04-26 11:54:36 +02:00

4 lines
60 B
PHP

<?php
ini_set("display_errors", 1);
error_reporting(E_ALL);