Actually, that's not quite right either. I had the same problem as you Phil, I had to
do E_ALL & ~E_NOTICE & ~E_WARNING
that last one will remove the warnings. Does anyone know the exact differnce between a
warning and a notice?
Angie
>>> Mike Flynn <[EMAIL PROTECTED]> 08/22/01 08:22AM >>>
Set
Set your error reporting to:
E_ALL & ~E_NOTICE
Having it just set to E_ALL is what's causing the problem in the first
place. :)
-Mike
At 09:38 AM 8/22/2001 +0100, you wrote:
>Hi
>
>I have just reinstalled my win2k system and installed the latest version of
>PHP (4.06), now when I run a lot of
Hi
I have just reinstalled my win2k system and installed the latest version of
PHP (4.06), now when I run a lot of my old scripts I get errors like the one
below, when I access the page before posting any data to it. The example
below is taken straight from a tutorial site. I'm not sure if this