Re: [PHP] Re: PHP Errors to screen



On Tue, Apr 29, 2008 at 6:38 AM, Shawn McKenzie <nospam@xxxxxxxxxxxxx>
wrote:

Adam Gerson wrote:

Where do I change the setting to print PHP errors to the screen when
running in a web browser?

Thanks,
Adam


php.ini, display_errors


you should also take a look at log_errors and error_log as well.

-nathan