Is there a PHP function to get the current physical path in the form d:/mypath
$_SERVER['DOCUMENT_ROOT']. Do I need to say more? 🙂
Thanks,
I've managed to get another function in CGI which works fine
<?=getenv("PATH_TRANSLATED");?>