Re: [PHP] Accessing env variables

2005-04-01 Thread Philip Hallstrom
On Fri, 1 Apr 2005, Ravi Natarajan wrote: I have defined couple of environment variables in one of my apache module using setenv() at fixups and handler function calls. I have another php module, where I need to access these variables. So I have defined these variables as "global $var1, $var2 ..etc

[PHP] Accessing env variables

2005-04-01 Thread Ravi Natarajan
Hi, I have defined couple of environment variables in one of my apache module using setenv() at fixups and handler function calls. I have another php module, where I need to access these variables. So I have defined these variables as "global $var1, $var2 ..etc"; When I try to access th