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 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 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 is a
>change in PHP since 4.01 which I had been using or what ?
>
>Can anyone help please ?!
>
>Thanks
>
>Phil
>
>Warning: Undefined variable: name in u:\inetpub\wwwroot\php\form5.php on
>line 7
>
>
>
>
>
>My Example Form
>
>
>
>Name: Age: <?if($name):?> Hi <?echo $name?>, you are <?echo $age?> years
>old <?endif?>
>
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
-=- Mike Flynn - Burlington, VT -=-
[EMAIL PROTECTED] http://www.mikeflynn.net/ * Give blood *
The modern conservative is engaged in one of man's oldest
exercises in moral philosophy; that is, the search for a
superior moral justification for selfishness.
-- James K. Galbraith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]