Forum Moderators: coopster
inside that i have:
<? include ($_SERVER['DOCUMENT_ROOT'].'/include/leftcontent.php');?>
inside that I have
<? include ($_SERVER['DOCUMENT_ROOT'].'/include/navigation.php');?>
is this the way i should do this, or is there a better way that I should set the full path to the include,
I can't just use include/navigation.php because the include directory will not always be directly under the current page. Is there another way to define the path for the include?