|
Accessing http header in PHP
That sound realy silly, but i can't access the http header sent by the user agent.
I tryed the $GLOBALS['HTTP_RAW_POST_DATA'] and the $HTTP_RAW_POST_DATA variable (after i turned on the setting in php.ini)
But when i try to echo or print_r it, it always print nothing ;-(
What is the easy way to see the full http header in php ?
Thanks
|