Guest User

Untitled

a guest
Jan 11th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. echo $_SERVER["SCRIPT_NAME"] . "<br>";
  4. echo realpath($_SERVER["SCRIPT_NAME"]) . "<br>";
  5. echo __FILE__ . "<br>";
  6. echo realpath(__FILE__) . "<br>";
  7.  
  8. /*
  9.  
  10. /~cb/skole/flashquiz/index.php
  11.  
  12. /srv/cb/public/www/skole/flashquiz/lib/Phap/class/View.php
  13. /srv/cb/public/www/skole/flashquiz/lib/Phap/class/View.php
  14.  
  15. */
Add Comment
Please, Sign In to add comment