On Wednesday 17 July 2002 02:11 pm, Arvind wrote:
> i have to specify this explicitly ( as specified below) and only then
> $whichtab gets populated else, it is NULL.
> $whichtab = $HTTP_GET_VARS["tab"]
>
> or
>
> $whichtab = $HTTP_POST_VARS["tab"]
>
> Can anybody tell me, what could be the problem ? Has it got somthing to do
> with any env. var setting in Linux ?

The problem is that you are totally incapable of reading and/or understanding
any sort of documentation, despite your claims to having an education. The
problem is that there are some people on this list (me included, at times) who
helps you - spoon feed you. The problem is that there are gullible people in
this world who entrust a dolt like you with programming and administrative
responsibilities.

And of course, there is the lesser problem that register_globals defaults to
Off in php 4.2.0 onwards and is deprecated. But then that is mentioned in 

a) php.ini comments,
b) NEWS file inside php distribution,
c) php.net website
d) probably a million other websites, all reachable from google.

and hence shouldn't be considered a problem, should it??

Binand


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to