if i try to get the form variables ( posted thru GET or POST method)

this does not work

$whichtab = $tab;

Earlier this used to work without any problems. After I upgraded to PHP
4.2.1 i am facing these problems.


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 ?

Arvind






-------------------------------------------------------
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