Re: Reading all headers sent

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jesper Goos wrote:

The $SERVER variable is an array, so try this:

<?
echo "<pre>";
print_r($_SERVER);
echo "</pre>";
?>

regards Jesper

martin wrote:


Hi,
I wanted to know if there is some way to expose the full headers sent to a php page.
I found in google that for windows there is $_SERVER['ALL_HTTP'] to read all the headers sent
never seen that one before... maybe only on (crappy) IIS?

but I'm using php on linux/apache.

I don't think PHP exposes any headers "just like that", you need to fetch them in a specific way. As of PHP 5, you can use get_headers(), or with Apache & PHP 4.3.0+, you can use apache_request_headers() and apache_response_headers()
There is any way to get in a variable the full headers sent to a page ?


Best regards, MARTIN



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux