On Dec 9, 2014, at 12:35 PM, Christoph Becker wrote:
And in a production
environment display_errors is turned off (well, it should be), so you
won't see the error message on the page, anyway.
This IS interesting, this is the first time I've heard of this. In
this situation
is it possible to log errors?
I don't like using @ to suppress errors because the errors can't be
logged
if they occur. I do see error logs in the site but I assumed that if
there are
errors logged, the user also saw them.
Also, in my corrected version of the code I neglected to remove the
"if($_dr)
conditional test ($_dr has not been established at this point)
Thank you all for time and attention
JK
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php