How to Find Your Server Path [Path to Folder]
Filed in Discoveries on May.31, 2008
Usually, one can just look up their absolute server paths in the help files of their web host. Sometimes your host isn’t so helpful. Just put the following code in a .page and drop it in the folder you want to know the server path to and tada!
< ?php echo getcwd(); ?>
Don’t forget to remove [...]
