Last active
November 1, 2018 08:19
-
-
Save ABooooo/e47ba86fb488b1570bdf to your computer and use it in GitHub Desktop.
Absoluth server path with PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$path = getcwd(); | |
echo "Your Absoluthe Path is: "; | |
echo $path; | |
?> | |
//for example for Joomla logs or tmp files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment