PHP How To Show Full Script Path Directory Folder Path http://www.wallpaperama.com/forums/php-how-to-show-full-script-path-directory-folder-path-t5703.html Subscribe and keep up to date with PHP How To Show Full Script Path Directory Folder Path with the latest replies and comments from other people like you who are interested in PHP How To Show Full Script Path Directory Folder Path at wallpaperama.com en PHP How To Show Full Script Path Directory Folder Path [ Visit Post ] http://www.wallpaperama.com/forums/php-how-to-show-full-script-path-directory-folder-path-t5703.html im putting this post here to remember this important function to show the full path of a script, i use this to display the path of my install script so that i know where the user is installing their script. CODE$script_filename = getenv('PATH_TRANSLATED'); if (empty($script_filename)) { $script_filename = getenv('SCRIPT_FILENAME'); } $script_filename = str_replace('\', '/', $script_filename); $script_filename = str_replace('//', '/', $script_filename); $dir_fs_www_root_array = explode('/', dirname($script_filename)); $dir_fs_www_ <a href="http://www.wallpaperama.com/forums/php-how-to-show-full-script-path-directory-folder-path-t5703.html">..... Read More </a> http://www.wallpaperama.com/forums/php-how-to-show-full-script-path-directory-folder-path-t5703.html No Comments - [Add Your Comments] Fri, 02 Jan 2009 00:34:41 -0700 No Comments have been submitted for this topic. Be the first to add your comments at www.wallpaperama.com http://www.wallpaperama.com/forums/php-how-to-show-full-script-path-directory-folder-path-t5703.html#