Yeah, I think I'd rather fix the errors rather than just not see them. 
I'd still know they were there and it'd bug me!

Thanks everyone for your help!

Jason Soza

----- Original Message -----
From: "Nathan" <[EMAIL PROTECTED]>
Date: Thursday, April 25, 2002 9:14 am
Subject: Re: [PHP] Parse Error - Help? (AGAIN)

> 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

Reply via email to