howto: output full path of a file – using php
Sometimes you need to know the full path to a file/directory. If you dont know the full path – for example, you are using a webhosting package without shell access – just put this small php script on the server and execute it. The PHP script prints the full path to the directory it is … Read more