Get Path
Previous
Top
Next
Create a text file with the following, name it getpath.php, put it in the a directory, and call it from a browser. This will display the path to that directory.
The URL to this page is <?php
echo getcwd();
?>