Hello I also have got the same problem, while designing I use the array HTTP_GET_VARS["var"] form but while uploading it to the server I change all the variables to $var because of incompatibility
I think it is the same problem, regarding EGPS variables specified in php.ini file.This has been for security I guess. Harsha On Wed, 17 Jul 2002 Arvind wrote : >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 ------------------------------------------------------- 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
