I'll second that one... always better to code with register_globals = Off and E_ALL 
reporting level
IMHO.

# Nathan

----- Original Message -----
From: "Philip Olson" <[EMAIL PROTECTED]>
To: "Maxim Maletsky (PHPBeginner.com)" <[EMAIL PROTECTED]>

> 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




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

Reply via email to