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 Message ----- From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 2:37 PM Subject: [PHP] declaring variables mandatory??? > Hello, > > I have a problem with my php installation. PHP runs, but all my variables > have to be declared, othervise I am getting following error: > > Warning: Undefined variable: next in > e:\projects\globosapiens\07_production\actual\forum\install.php on line 33 > > I guess this is only on my system, since I have obtained other php code > which workes on other systems, but not on mine. > > Thanx for any help > > Cheers, > > Andy > > > > > -- > PHP General 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 General 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]