Pobierz PHP Directory public_html

<?php
$path = getcwd();
echo "This Is Your Absolute Path: ";
echo $path;
?>
Armandres