Thread: Notice:
View Single Post
Old 01-09-2010, 04:09 PM   #5 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

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).
__________________
My Site
adamdecaf is offline  
Reply With Quote