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