After I upgraded my server I stopped getting PHP errors displayed. Now, when there is a typo, the browser is blank there is nothing. Firefox and IE both do this. If I find the typo and fix it then the browser displays what I have in the script. I have no php.ini
In my script I have the following but it doesn't help.
In my script I have the following but it doesn't help.
PHP:
error_reporting(E_ALL);
ini_set('display_errors', true);