Wednesday, October 27, 2010

How can i remove notice from my php pages

You could  turn off notices in the error reporting if you have access to php.ini:

Quote:
 
      ; - Show all errors, except for notices
       error_reporting = E_ALL & ~E_NOTICE 

No comments:

Post a Comment