I have Apache/1.3.14 . When i request a file to Apache , it answer with the headers + a number + content....
Is there any possibility to get standard these data to interpretate them?
Thanks
Kante,
I'm not sure exactly what you're trying to acheive, but as long as PHP runs as a module on your Apache installation, the getallheader() method is probably your answer:
http://www.php.net/manual/en/function.getallheaders.php
HTH.
geoff