66 when typing php code directly inside a terminal it works. When I try and execute a file, it does not .
edit: found the bug. I did a stupid and php doesn't want to show errors despite my script starting with
>_>
edit: found the bug. I did a stupid and php doesn't want to show errors despite my script starting with
Code:
error_reporting( E_ALL );
ini_set('display_errors', 1);
Last edited: