02-26-2008, 11:06 PM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
That's why you use custom error handlers to display a nice friendly error to your visitors
I'm a firm believer that a visitor should never be shown a PHP or HTTP error message directly. The message should be logged and a nice friendly error page should be shown to the user.
display_errors = Off !
Alan
|
|
|