hi all..
I want to get the environment variables in my php script.
ie php exec('source /pth/to/var/file');
where variable file contains variable list. like export Var1=Value1...
I cant use Var1 inside my script even after sourcing it..
Please tell whether I am going wrong or is there another method for it..
Thanking you