I am using include or include_once in php core project
include('test1/footer.php'); this is working in root folder ..
but we using above code in anyfolder like name test2 and include test1 file in test2 here above code not working..include('test1/footer.php');
please help me .
thanks..