<?php
include "php/header.php";
include "php/menu.php";
include "php/content.php";
include "php/sidebarfooter.php";
?>
but the problem is that all these files are in one directory witch is the php one.
Now the folder i have this file in is in another directory.
Look..heres a screenshot and how is the right way to put the php include code with all my files in...










