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