I am fairly new to PHP, I can some simply things. I am trying to place an echo:
<?php echo $getPath; ?>
inside of an include
<?php include("INSET HERE/menu/about.php"); ?>
and have had no results. Either the page shows blank or the include doesn't show.