php-windows | 2001042
Date: 04/26/01
- Next message: Philip Olson: "[PHP-WIN] Re: [PHP] What is this??"
- Previous message: Manesh: "[PHP-WIN] RE: [PHP] What is this??"
- In reply to: Manesh: "[PHP-WIN] RE: [PHP] What is this??"
- Next in thread: Philip Olson: "[PHP-WIN] Re: [PHP] What is this??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You want to find the Error :
Modify the error reporting section of you php.ini.
You may combine different error settings with the symbols "~"
(not) , "|" (or), and "&". to control the final error reporting level.
As an example, the default setting "E_ALL & ~E_NOTICE" means "report
all errors, except notices".
All the options you can use are listed here:
http://www.php.net/manual/en/html/features.error-handling.html
Best regards,
Andrew
--------------------------------------------
Andrew Hill - OpenLink Software
Directory of Technology Evangelism
Internet Data Integration Technology
http://www.openlinksw.com
On Thursday, April 26, 2001, at 10:38 PM, Manesh wrote:
> where is that?
>
> -----Original Message-----
> From: jack <email protected> [mailto:jack <email protected>]On Behalf Of Jack
> Dempsey
> Sent: Thursday, April 26, 2001 10:38 PM
> To: Manesh
> Cc: php-general <email protected>; php-windows <email protected>
> Subject: Re: [PHP] What is this??
>
>
> Manesh wrote:
>>
>> Warning: Undefined variable
>>
>> How do i get rid of this???
>>
>> --
>> 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>
>
> if you're sure that its because you didn't initialize first before
> using, then look in your php.ini file...there are options there where
> you can error strictness...
>
> --
> 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: Philip Olson: "[PHP-WIN] Re: [PHP] What is this??"
- Previous message: Manesh: "[PHP-WIN] RE: [PHP] What is this??"
- In reply to: Manesh: "[PHP-WIN] RE: [PHP] What is this??"
- Next in thread: Philip Olson: "[PHP-WIN] Re: [PHP] What is this??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

