Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Last active November 1, 2018 08:19
Show Gist options
  • Save ABooooo/e47ba86fb488b1570bdf to your computer and use it in GitHub Desktop.
Save ABooooo/e47ba86fb488b1570bdf to your computer and use it in GitHub Desktop.
Absoluth server path with PHP
<?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