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 but I'm using php on linux/apache.


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



Reply via email to