Re: [PHP] Re: PHP Errors to screen
[email protected] ("Nathan Nobbe")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 29, 2008 at 6:38 AM, Shawn McKenzie <[email protected]> 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