error_reporting( E_ALL ^ E_NOTICE );
Or edit php.ini to make it happen globally:
error_reporting = E_ALL ^ E_NOTICE
--Dave
Marco Mastrorilli wrote:
-Notice: Use of undefined constant data...... -Notice: Use of undefined constant mail....... -Undefined variable........
Why in my scripts i always get error notice like this? How can i solve this problem?
Thanks
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php