I just switched hosting services. At my old service, I saw any error messages from PHP at the top of my page (pushing the page down). At my new service, I do not see those messages (making it very difficult to debug!). Is there a setting that I can set in my scripts to get errors reported?
I am not even getting parse errors!
I looked at the ini_set command and set the error_reporting variable to 1, which did not have the desired effect. Then I tried setting it to "ON", which also did not have the desired effect.
Any suggestions?
Thank you,
Mel