Hey, how can I make errors show up?
I’m getting just a blank page.
Yea that helped.
I still can’t see the errors caused by bad syntax though.
Any ideas?
What do you mean by ‘bad syntax’? Syntax errors are normally fatal errors. The above given code should be enough to display the errors.
If you are on local system and/or you can change in php.ini file then try to open it and change those settings in there only and see if that helps you.
error_reporting(E_ALL);
ini_set('display_errors', '1');
try this above, this should help