Re: [PHP-WIN] Warning: Undefined variable

2002-03-04 Thread DL Neil
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)

Re: [PHP-WIN] Warning: Undefined variable

2002-03-04 Thread Nicole Amashta
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

Re: [PHP-WIN] Warning: Undefined variable

2002-03-04 Thread Nicole Amashta
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,

Re: [PHP-WIN] Warning: Undefined variable

2002-03-03 Thread crizz
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

RE: [PHP-WIN] Warning: Undefined variable

2002-03-03 Thread Mike Flynn
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

RE: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread alain samoun
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

Re: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread crizz
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:

RE: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread alain samoun
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

Re: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread crizz
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

Re: [PHP-WIN] Warning: Undefined variable

2002-03-02 Thread DL Neil
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

[PHP-WIN] Warning: Undefined variable

2002-03-02 Thread 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? What can i do about it ? thanks crizz -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] Warning: Undefined variable

2002-03-02 Thread 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? What can i do about it ? thanks crizz -- PHP Windows Mailing List (http://www.p

[PHP-WIN] Warning: Undefined variable ... errror

2002-02-08 Thread Nicole Amashta
"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

RE: [PHP-WIN] Warning Undefined Variable on Win - PHP 4.0.6 via Apache

2001-09-12 Thread Martin Lindhe
> 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

[PHP-WIN] Warning Undefined Variable on Win - PHP 4.0.6 via Apache

2001-09-12 Thread Wes
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