NBartomeli
Programmer
I am trying to retrieve a variable from IIS, more specifically AUTH_USER from IIS Globals,
So far I am having no luck with this. Can anyone give me a sample line of code that will just echo the AUTH_USER value, or store it in another variable?
to be exact I am trying to pull the information from what is returned by this:
print_r($GLOBALS)
when running PHP on IIS
Thanks in advance.
So far I am having no luck with this. Can anyone give me a sample line of code that will just echo the AUTH_USER value, or store it in another variable?
to be exact I am trying to pull the information from what is returned by this:
print_r($GLOBALS)
when running PHP on IIS
Thanks in advance.