PDA

View Full Version : how to know the path to a folder in my server



Mike
2009-06-12, 06:17 PM
One more question

I am trying to install a forum but it keeps asking the path and I can't figure out
how to know the path to a special folder?

Thanks

InternetBrothers
2009-06-12, 06:45 PM
All you need to do is to put the following in a text file then rename it as dir.php
and upload it into your public_html


<?php print system("pwd"); ?>

when you run it in your browser it will show you the path.