On 3/8/06, steff <stephane.riff@xxxxxxxxx> wrote: > Hello, > > I want to define my own environemnt variable "APPLICATION_ROOT" and be > able to retrieve his value from php. As apache module, cgi, cron and > command line. > > Now i'm just be able to get it from command line. In other > (module,cgi,cron) when I print $_ENV I never get the same environment :( > > Is it possible to do it with PHP ??? The $_ENV variables come from the computer the script is running from. Unless you have complete control over the computer the script is running from I suggest you find another way to do what you need. Why do you want it as an ENV variable? -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php