Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Project root directory
- └────────────────────────dir1
- └─────dir2
- //file1.php:
- <?php include "dir1/file2.php";
- //file2.php:
- <?php include "dir2/file3.php";
- //file3.php:
- <?php echo "Hello, Test!";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement