Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CODE
include 'navigation/header.inc.php';

?>
output
Warning: include(E:\xampp\htdocs\phpproj\navigation\sindix.inc.php): failed to open stream: No such file or directory in E:\xampp\htdocs\phpproj\navigation\chack.php on line 13



help me.........................................
Posted
Comments
Mohibur Rashid 15-Sep-15 20:01pm    
your chack.php is in 'navigation' folder. Your include would be as follow:
include 'header.inc.php';
I guess, you are still learning. Try not to keep library files and public files in the same folder. In your case, chack.php is public file(I am guessing) and header.inc.php is your library file..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900