DaveC426913
Programmer
I'm developing PHP on my Webhost, but I'm not getting any messages back when there are errors, I just get blank pages. I know there's a setting that displays error messages in my browser.
Tech Support told me to do this: error_reporting(E_ALL) but that's not doing the trick (I use this setting at work when I'm looking for specific errors).
I also tried this: echo ini_set("display_errors", "1"); with no luck.
There is a very basic setting that displays things like syntax errors in my browser: (Error: unexpected t_variable near line 100) - tghat kind of thing. How do I express that to the Tech Support guys?
Tech Support told me to do this: error_reporting(E_ALL) but that's not doing the trick (I use this setting at work when I'm looking for specific errors).
I also tried this: echo ini_set("display_errors", "1"); with no luck.
There is a very basic setting that displays things like syntax errors in my browser: (Error: unexpected t_variable near line 100) - tghat kind of thing. How do I express that to the Tech Support guys?