Skip to content

Instantly share code, notes, and snippets.

@tomhayes
Created January 19, 2017 19:01
Show Gist options
  • Save tomhayes/175efcf3120b2c24666e6cca00518399 to your computer and use it in GitHub Desktop.
Save tomhayes/175efcf3120b2c24666e6cca00518399 to your computer and use it in GitHub Desktop.
<?php
$path = getcwd();
echo "Your Absolute Path is: ";
echo $path;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment