If you are running PHP 4.1.0 or later, you can also use $_SERVER["HTTP_REFERER"], etc. Note that if you are using PHP 4.2.0 or later, then the "register_globals" option is off by default and the variables you mention below are not automatically created.
--- Seairth Jacobs [EMAIL PROTECTED] "Lon Lentz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I have a template which places the value of $HTTP_REFERER into a table. > This template is included in another template which is included in yet > another template. The problem I am having is that the HTTP_REFERER, > HTTP_USER_AGENT, and QUERY_STRING variables are all blank. > > Are there issues with these values across included templates? I would > imagine not. Are there settings for Apache that impact these? > > I am running Apache on Linux. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php