<?php
$absolutePath = __FILE__;
echo $absolutePath . "
";
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
echo $DOCUMENT_ROOT . "
";
$current_dir = getCwd();
echo $current_dir;
?>
Mainly about the process of programming as both work and study, starting from the ground up.
No comments:
Post a Comment