Re: [PHP] PHP Errors to screen
- From: lists@xxxxxxxxx (Jim Lucas)
- Date: Tue, 29 Apr 2008 09:34:41 -0700
Adam Gerson wrote:
Where do I change the setting to print PHP errors to the screen when running in a web browser?
Thanks,
Adam
At the top of your script put these lines
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
.
- References:
- PHP Errors to screen
- From: Adam Gerson
- PHP Errors to screen
- Prev by Date: Re: [PHP] web based chat app
- Next by Date: PHP & MySQL
- Previous by thread: Re: PHP Errors to screen
- Next by thread: Inherited and unimplemented method of a class
- Index(es):
Relevant Pages
|