Dup Goto 📝

errors

PT2/php 07-31 13:46:49
To Pop
5 lines, 19 words, 148 chars Monday 2023-07-31 13:46:49

Putting this in the .php file will show if error reporting is disabled somewhere.

ini_set('display_errors', 1);
error_reporting(E_ALL);