> > To stop receiving the messages from undefined variables add this at top
> > of your files:
> > 
> > error_reporting(55);
> 
> Or better yet, keep as you're doing and develop with E_ALL 
> and fix those E_NOTICE errors correctly! ;)

Well said...don't hide and ignore the warnings...fix them.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to