Holen Sie sich das Public_html -Verzeichnis PHP
<?php
$path = getcwd();
echo "This Is Your Absolute Path: ";
echo $path;
?>
Armandres
<?php
$path = getcwd();
echo "This Is Your Absolute Path: ";
echo $path;
?>