Date: 11/30/01
- Next message: Fred: "Re: [PHP] chown/chgrp not working"
- Previous message: John S. Huggins: "Re: [PHP] generating text file from php"
- In reply to: Andy: "[PHP] declaring variables mandatory???"
- Next in thread: Brian V Bonini: "RE: [PHP] declaring variables mandatory???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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" <news.letters <email protected>>
To: <php-general <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: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Fred: "Re: [PHP] chown/chgrp not working"
- Previous message: John S. Huggins: "Re: [PHP] generating text file from php"
- In reply to: Andy: "[PHP] declaring variables mandatory???"
- Next in thread: Brian V Bonini: "RE: [PHP] declaring variables mandatory???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

