Sunday, August 2, 2009

How do you find remote file system directory paths with php?

I need to find out what a websites absolute path is on a remote file server. Is there a php script that will accomplish this?

How do you find remote file system directory paths with php?
You can use SERVER variables for this. The link below has a list of all of these. The ones you can try are DOCUMENT_ROOT and SCRIPT_FILENAME





http://us3.php.net/reserved.variables


No comments:

Post a Comment