Hi guys.
I need help understanding what this returns:
$SERVER['document_root']
Am I correct in thinking that it returns the top level path of the folder where a website it kept?
And if so, lets say I had a folder inside a folder, inside another folder, and my php file was inside the bottommost (child) folder. And my php file made use of:
SERVER['document_root']
... Would this return a path to the top level folder?
If so, this sounds really god dam handy!
Paul.