NogDog
Yes. Should be ....
$dr = $_SERVER["DOCUMENT_ROOT"].'/index.php';
echo "<a href=\"".$dr."\">home</a>";
which renders as a link "home" that links to the absolute path
<a href="C:\inetpub\wwwroot/index.php">home</a>
in my case.
Should have tested it.