01-09-2010, 04:09 PM
|
#5 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
When you run
PHP Code:
<?php error_reporting(E_ALL & ~E_NOTICE); ?>
You're changing how PHP displays errors, which will show or not show errors and PHP will ignore the error(s).
|
|
|
|