Crizz,
You have had two good answers to your original question. One telling you
to turn errmsgs completely off, and another telling you how to turn them
on for debugging. Since then the water has been muddied by all sorts of
'jumping in'.
If you have completed your debugging (my interpretation)
Haha, that's what I'm saying!
Why do people need to be so ambiguous and beat around the bush? Hehe.
nix0r.
www.aeontrek.com
"Mike Flynn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> Duh, just let him know the proper setting:
>
> error_reporting = E_ALL & ~E_NOTICE
>
> That
t; > Alain
> >
> >
> > -----Original Message-
> > From: crizz [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, March 02, 2002 7:32 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP-WIN] Warning: Undefined variable
> >
> >
> > Ok,
God, I thought no one will tell me! Thanks a lot Mike ;)
"Mike Flynn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> Duh, just let him know the proper setting:
>
> error_reporting = E_ALL & ~E_NOTICE
>
> That will keep everything but minor warnings. That's what most people
use
Duh, just let him know the proper setting:
error_reporting = E_ALL & ~E_NOTICE
That will keep everything but minor warnings. That's what most people use.
-Mike
At 07:40 PM 3/2/02 -0800, alain samoun wrote:
>Crizz:
>Obviously you don't want to do that at this point - No error reporting for a
TED]]
Sent: Saturday, March 02, 2002 7:59 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Warning: Undefined variable
No, now it's ok, my scripts works . It doesn't show any Warnings, but the
bad is that it will probably, won't show any error when exist, right. So,
I'd like a
ript and we may be able to help. (Sorry I did not see your
> previous post(s)...)
> A+
> Alain
>
>
> -Original Message-
> From: crizz [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 02, 2002 7:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Warning:
Sent: Saturday, March 02, 2002 7:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Warning: Undefined variable
Ok, I changed error_reporting to "no". But now I take no notice about errors
at all. Any convinience mode for a novice?
"Dl Neil" <[EMAIL PROTECTED]> wrote i
Ok, I changed error_reporting to "no". But now I take no notice about errors
at all. Any convinience mode for a novice?
"Dl Neil" <[EMAIL PROTECTED]> wrote in message
121301c1c250$9afa6d40$c200a8c0@jrbrown...">news:121301c1c250$9afa6d40$c200a8c0@jrbrown...;
> crizz,
>
> > I'm really newbye in PH
crizz,
> I'm really newbye in PHP and just installed php on my IIS on my XP.
All
> sample scripts I tried returns me error messages about "Warning:
Undefined
> variable"
> It's probably something with the configuration, right?
You got it!
Check out php.ini (in Windows folder).
There is a load o
I'm really newbye in PHP and just installed php on my IIS on my XP. All
sample scripts I tried returns me error messages about "Warning: Undefined
variable"
It's probably something with the configuration, right?
What can i do about it ?
thanks
crizz
--
PHP Windows Mailing List (http://www.ph
I'm really newbye in PHP and just installed php on my IIS on my XP. All
sample scripts I tried returns me error messages about "Warning: Undefined
variable"
It's probably something with the configuration, right?
What can i do about it ?
thanks
crizz
--
PHP Windows Mailing List (http://www.p
"Warning: Undefined variable: "
If you are getting this error, check your php.ini file for the following
section:
;;
; Error handling and logging ;
;;
; error_reporting is a bit-field. Or each number up to get desired error
; reporti
> I keep getting a Undefined variable on unused form elements
> after they have
> been posted.
>
> For instance i have a form
>
> Form Element Chem_id ( drop down)
> Form Element freetxt ( text box)
>
how do you access the variables?
something like $Chem_id = $HTTP_POST_VARS["Chem_id"];
o
I keep getting a Undefined variable on unused form elements after they have
been posted.
For instance i have a form
Form Element Chem_id ( drop down)
Form Element freetxt ( text box)
Query String A B C D to search for products via letter
both the form post and the querystring go to the sam
15 matches
Mail list logo