/ Published in: PHP
Here are some ways to figure out what file or directory your script is loading from.
Expand |
Embed | Plain Text
<?php //Provide the file name //What line is this being executed //Provide the directory name //Does this file exist within the directory? //Find out if the directory exist? //Does this file exist? //Does this directory exist? //Determine if this is a directory (version 2) ?>
You need to login to post a comment.
