RE: [PHP] Newbie: [PHP] $HTTP_POST_VARS

2001-02-20 Thread Jerry Lake
, February 20, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Newbie: [PHP] $HTTP_POST_VARS I dont think HTTP_POST_VARS is what your looking for I think its more HTTP_SERVER_VARS -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120

Re: [PHP] Newbie: [PHP] $HTTP_POST_VARS

2001-02-20 Thread Chris Lee
I dont think HTTP_POST_VARS is what your looking for I think its more HTTP_SERVER_VARS -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""Phil Labonte"" <[EMAIL PROTECTED]> wrote in message 331AB909C797484B84CF8CF3C711BD4E0992A2@x

Re: [PHP] Newbie: [PHP] $HTTP_POST_VARS

2001-02-20 Thread Simon Garner
From: "Chris Lee" <[EMAIL PROTECTED]> > I dont think HTTP_POST_VARS is what your looking for I think its more > HTTP_SERVER_VARS > > echo $HTTP_SERVER_VARS['HTTP_HOST']; > ?> > > That should work but imho better practice is to use getenv(): This is especially useful inside a function, a