Forum Moderators: coopster
_ENV["WNHOME"] C:\Program Files\WordNet\1.7.1
Anyone have an idea how phpinfo() is displaying where Wordnet is on my PC? Both were downloaded separately and I've not done anything to connect 'em up. A G search is not helping much either.
Andreas
Have a look here:
[php.net...]
The PHP predefined variable $_ENV contains all environment variables setup on your machine. This probably includes "PATH" amongst others.
I'm a little rusty on the latest Win's, but I think programs can set environment variables via the registry - this is probably what WordNet did during installation; otherwise it is probably included in your autoexec.bat!
Hope this helps!