Re: [PHP] Apache and $HTTP_*_VARS

2001-02-19 Thread Todd Cary
Richard - I am very new to Apache. It is installed on my notebook computer so that I can do some PHP programming while I am on the road. Though I looked at the conf file, I was not aware that one could turn that feature on and off in Apache. Can you point me in the right direction? Todd --

Re: [PHP] Apache and $HTTP_*_VARS

2001-02-19 Thread Richard Lynch
<[EMAIL PROTECTED]> Newsgroups: php.general Sent: Sunday, February 18, 2001 3:51 PM Subject: [PHP] Apache and $HTTP_*_VARS > I use > > $myvar = $HTTP_GET_VARS[myvar]; > > This works with IIS running under Win 2K but it does not work with > Apache running under Win 98. I h

[PHP] Apache and $HTTP_*_VARS

2001-02-18 Thread Todd Cary
I use $myvar = $HTTP_GET_VARS[myvar]; This works with IIS running under Win 2K but it does not work with Apache running under Win 98. I have track_vars = On Is there something else that I have missed? I have register_globals = Off If I set it ON, the variable does get passed. Todd -- Tod