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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack
> Dempsey
> Sent: Thursday, April 26, 2001 10:38 PM
> To: Manesh
> Cc: [EMAIL PROTECTED]; [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: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> To contact the list administrators, e-mail: php-list-
>> [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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to