Hi. I have a php script that I put on my IIS and Apache servers which includes a function call to the function getallheaders(). The When I try to execute the script, I get an error message:
Fatal error: Call to undefined function: getallheaders() in C:\Program File\Apache\Apache2\htdocs\projmgt.wml on line 74
I thought the function getallheaders() is already included in PHP. I don't have to include any function libraries, do I?
Could someone help me get this function working? Thanks.