Skip to content

Instantly share code, notes, and snippets.

@markbain
Last active May 6, 2020 13:33
Show Gist options
  • Save markbain/c1d41bd5c8e2a1da3a47fbc4351b5c32 to your computer and use it in GitHub Desktop.
Save markbain/c1d41bd5c8e2a1da3a47fbc4351b5c32 to your computer and use it in GitHub Desktop.
Get the full path to a dir
<?php
$dir = dirname(__FILE__);
echo "<p>Full path to this dir: " . $dir . "</p>";
echo $_SERVER['DOCUMENT_ROOT'];
?>
<?php
echo $_SERVER['DOCUMENT_ROOT'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment