Forum Moderators: coopster

Message Too Old, No Replies

Getting Request Headers By PHP in iis web server

i can't use apache_request_headers()

         

shankimout

2:28 pm on Apr 27, 2006 (gmt 0)

10+ Year Member



Hello , iam trying to get all request headers by php , and i can't use apache_request_headers() becuse I can't work with apache module and this function only available on apache web servers and I have iis web server on my web site,now what i have to do?

JohnCanyon

8:04 pm on Apr 27, 2006 (gmt 0)

10+ Year Member



I did a search on google for: '"request headers" iis' and received quite a few relevant results.

I would suggest doing the same.

Cheers.

shankimout

8:38 am on Apr 28, 2006 (gmt 0)

10+ Year Member



i did search on google but i dont found correct result for this problem , would you mind help me?

coopster

11:48 pm on Apr 30, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Which request headers are you looking for? You could always check the $_ENV variables.