>I'm trying to access some settings in the $HTTP_SERVER_VARS[] array, but,
>within a custom function() this array appears empty. In the calling script,
>however, the $HTTP_SERVER_VARS[] array is defined.
>
>I thought this was supposed to be "superglobal" and available on every
>level? If not, is t
What is your PHP Version ?
Try putting the
global $HTTP_SERVER_VARS;
print_r($HTTP_SERVER_VARS);
in your custom function and check out what is it printing...
-S. Sukumar
> I'm trying to access some settings in the $HTTP_SERVER_VARS[] array, but,
> within a custom function() this ar
2 matches
Mail list logo