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:
So, What if I define the same global variable twice, will this solve the
issue?
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
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.
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
Hi All,
I have this php form that I have inserted in the result page.
All Fields
">
">
">
">
***