> 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! ;)

Regards,
Philip Olson


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

Reply via email to