How to find absolute path in PHP

September 25th, 2008No Comments

getcwd — Gets the current working directory.

<?php
$p = getcwd();
echo $p;
?>

Related Posts:

Tagged :

No Responses

Comments are closed.