Re: [PHP-INST] undefined index and undefined variable problems

2002-10-06 Thread Rasmus Lerdorf
Lower your error_reporting level in your php.ini file. On Sun, 6 Oct 2002, John wrote: > I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 > > Many of my scripts display "Warning: Undefined variable" or "Warning: Undefined >Index" when a variable hasn't been used yet. The scripts work,

[PHP-INST] undefined index and undefined variable problems

2002-10-06 Thread John
I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 Many of my scripts display "Warning: Undefined variable" or "Warning: Undefined Index" when a variable hasn't been used yet. The scripts work, but I get a ton of these runtime errors. any ideas? I think it may be a configuration/install