Skip to content

Instantly share code, notes, and snippets.

@pradeepdotco
Created November 10, 2015 23:00
Show Gist options
  • Save pradeepdotco/f05d3b182d864095902c to your computer and use it in GitHub Desktop.
Save pradeepdotco/f05d3b182d864095902c to your computer and use it in GitHub Desktop.
Absolute Path
<?php
$p = getcwd();
echo $p;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment