[PHP] http header reference

2002-02-26 Thread sean

Hi all,

I'm debugging a php script that is using several environmental vars that I'm not 
familiar with:
HTTP_VIA
HTTP_CONNECTION
HTTP_PRAGMA
HTTP_FROM
HTTP_RANGE
-- Does anyone know what these are? or where I could find out about them?

Thanks for any input,

Sean 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] http header reference

2002-02-26 Thread Rasmus Lerdorf

These are all HTTP request headers.  See the HTTP spec for details.  They
have nothing to do with PHP.

-Rasmus

On Tue, 26 Feb 2002 [EMAIL PROTECTED] wrote:

 Hi all,

 I'm debugging a php script that is using several environmental vars that I'm not 
familiar with:
 HTTP_VIA
 HTTP_CONNECTION
 HTTP_PRAGMA
 HTTP_FROM
 HTTP_RANGE
 -- Does anyone know what these are? or where I could find out about them?

 Thanks for any input,

 Sean


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php