RE: [PHP] declaring variables mandatory???

2001-11-30 Thread Brian V Bonini
change error level reporting error_reporting() -Brian > -Original Message- > From: Andy [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 30, 2001 2:38 PM > To: [EMAIL PROTECTED] > Subject: [PHP] declaring variables mandatory??? > > > Hello, > > I have a problem with my php installatio

Re: [PHP] declaring variables mandatory???

2001-11-30 Thread R'twick Niceorgaw
Check this url. Your error_reporting is set to E_ALL in the php.ini file. Change it to suit your need. On my machine I have error_reporting set as below in the php.ini file. error_reporting = E_ALL & ~E_NOTICE http://www.php.net/manual/en/function.error-reporting.php - Original Messa

Re: [PHP] declaring variables mandatory???

2001-11-30 Thread Tyler Longren
I'm not sure, but I'd check the Error level settings in php.ini. It might be set to display stupid little warnings like this. Good luck, Tyler Longren - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 1:37 PM Subject: [PHP] dec