Hi PHP Experts, I have been hanged badly with a problem of including PHP file from upper level directory. My folder structure is as below: My main folder name is "PHP_Main" which contains for files as - menu.php - header.php - body.php and - footer.php Also "PHP_Main" have few subfolders as - Post1 - Post2 Again Post1 contains file called postdata.php. Now, i want to include menu.php, header.php and footer.php inside postdata.php. Can anyone guide me how to include this.... i am left with no clue... Immediate help will be appreciated... Thanks in advance..!!