- upload the
path.phpto a location you want the path of - run the
https://<host>/path.phpfile, and click Copy path - paste the path where you really need it.
Last active
February 25, 2026 09:45
-
-
Save theking2/057d0acdbd74acc05bc83b5cb9bfc1f9 to your computer and use it in GitHub Desktop.
copy path
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 = realpath(__DIR__); ?> | |
| <button onclick="navigator.clipboard.writeText('<?=$path?>').then(() => alert('Copied!'))"> | |
| Copy Path | |
| </button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment