4
Add a script named phpinfo.php with contents:
() ?>
That will show you the needed information. In particular, look at the following variables in the PHP Variables section: _SERVER["DOCUMENT_ROOT"], _SERVER["SCRIPT_FILENAME"].
Save the output from the script, and protect, hide or delete the script, since the information it displays could be useful to someone trying to abuse your server account.