Directories realpath("")


<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>reatl path key word</title>
</head>
<body text="#FFFF00" bgcolor="#000080">
<?php
echo " The abslute path is : <br/>";
print $absolutePath = realpath("");
?>
</body>
</html>