Re[2]: [phplib] accessing HTTP_ENV_VARS in setup.inc From: Andreas Otto (andreas <email protected>)
Date: 10/31/00

Hi Stephan,

>> It looks like the that setup.inc can't access
>> $HTTP_ENV_VARS["HTTP_ACCEPT_LANGUAGE"].

sgd> Perhaps I'm wrong, but when accessing $HTTP_ENV_VARS from setup.inc,

You are not wrong at all and i tried that earlier. But stupid me tried
to declare $HTTP_ENV_VARS["HTTP_ACCEPT_LANGUAGE"] as global which
_had_to_give_ me an parse error. Declaring $HTTP_ENV_VARS as global
instead does the job ;-), of course.

Thanks for your help,
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>