hey,
i want to grab the server path from php. i.e.- c:\apache\apache2\,
but i can't find a global variable for that... i see it listed plainly on the phpinfo() screen listed under apache2handler as Server Root.
i assume that the whole point of phpinfo() is to show what environmental variables are available to you in php! if that is true, the how does one access everything that isn't under GLOBAL??
can anyone help?
thanks,
joshua
p.s. I'd also like to be able to grab the path to php, which i don't believe is listed in phpinf()...