- Joined
- Mar 22, 2008
- Messages
- 297
- Reaction score
- 0
The topic should be self-explainable.
In the file /music/lyrics/forsta_ronden.php i want to include the files header.php and footer.php whos is in the root directory.
I've tryed
But none of them worked, i get the same error;
Any suggestions?
In the file /music/lyrics/forsta_ronden.php i want to include the files header.php and footer.php whos is in the root directory.
I've tryed
PHP:
<?php include 'header.php'; ?>
<?php include '/header.php'; ?>
<?php include '/../header.php'; ?>
<?php include '/../../header.php'; ?>
But none of them worked, i get the same error;
Code:
Warning: include(/../../header.php) [function.include]: failed to open stream: No such file or directory in E:\xampp\htdocs\the_old_farm\music\lyrics\forsta_ronden.php on line 2
Any suggestions?