Re: [PHP] $HTTP_*_VARS ?

2002-04-22 Thread Erik Price
On Monday, April 22, 2002, at 10:28 AM, Tobias Lindqvist wrote: >>> Hoe come I cant use $HTTP_*_VARS in my script ? I have > register_globals >>> on, track vars is also on and i have made the necessary changes in my >>> apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache > ( >>

RE: [PHP] $HTTP_*_VARS ?

2002-04-22 Thread Tobias Lindqvist
Hi again. >> Hoe come I cant use $HTTP_*_VARS in my script ? I have register_globals >> on, track vars is also on and i have made the necessary changes in my >> apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache ( >> newest ) and newest PHP release. >You don't want to use $HTTP

Re: [PHP] $HTTP_*_VARS ?

2002-04-22 Thread Erik Price
On Friday, April 19, 2002, at 06:18 PM, Tobias Lindqvist wrote: > Hoe come I cant use $HTTP_*_VARS in my script ? I have register_globals > on, track vars is also on and i have made the necessary changes in my > apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache ( > newest ) a

[PHP] $HTTP_*_VARS ?

2002-04-20 Thread Tobias Lindqvist
Hi there. Hoe come I cant use $HTTP_*_VARS in my script ? I have register_globals on, track vars is also on and i have made the necessary changes in my apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache ( newest ) and newest PHP release. Thanks. -- PHP General Mailing List (h

[PHP] $HTTP_*_VARS ?

2002-04-19 Thread Tobias Lindqvist
Hi there. Hoe come I cant use $HTTP_*_VARS in my script ? I have register_globals on, track vars is also on and i have made the necessary changes in my apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache ( newest ) and newest PHP release. Thanks. -- PHP General Mailing List (h

Re: [PHP] $HTTP_???_VARS[] always populated?

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 08:02, Matthew M. Boulter wrote: > Quick question crew, > > ATM we're trying to convert all of our existing scripts t conform to > register_globals being OFF, i.e., accessing everything through the > $HTTP_???_VARS[] arrays. > > What I was wondering is, when register_globals in

[PHP] $HTTP_???_VARS[] always populated?

2001-06-21 Thread Matthew M. Boulter
Quick question crew, ATM we're trying to convert all of our existing scripts t conform to register_globals being OFF, i.e., accessing everything through the $HTTP_???_VARS[] arrays. What I was wondering is, when register_globals in ON, do all of the $HTTP_???_VARS[] arrays * still * get populate