Shabam wrote:
[color=blue]
> If the host has turned off error reporting in php.ini and I'm not able to
> override it, what recourse do I have to debug my php scripts?[/color]
You can change the error reporting level in your script with the
error_reporting () function. Refer to the manual page for more info:
Comment