AW: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread Sascha Meyer
Hi Nagendra, Nagendra wrote: > So, What if I define the same global variable twice, will this solve the > issue? No, this will most likely overwrite the values from the variables defined outside of the routine. I'll try to illustrate this a bit. [CODE] http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread nagendra prasad
So, What if I define the same global variable twice, will this solve the issue?

AW: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread Sascha Meyer
Good Morning Nagendra, Nagendra wrote: > Sorry, I haven't mentioned in my earlier mail that the variables $filter and > $filterfield are global variables which I already defined. I couldn't see this in your earlier mail but does the error occur inside a PHP function? I would assume so and this c

Re: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread nagendra prasad
Hi Everyone, Sorry, I haven't mentioned in my earlier mail that the variables $filter and $filterfield are global variables which I already defined. Best, Guru.

AW: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread Sascha Meyer
Good morning Nagendra, Nagendra wrote: > ... > The above code is giving me the following errors: > Notice: Undefined variable: filter in > C:\wamp\www\5_Final\index.php on line 228 > Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on > line 233 > Type > ... The error

[PHP-WIN] Need help with HTML form errors

2010-07-04 Thread nagendra prasad
Hi All, I have this php form that I have inserted in the result page.    All Fields "> "> "> "> ***