say I'm using a php include, the file I'm including is located in the root folder, and I have pages within numerous sub folders. How do I reference the file in the root everytime?
for example, using below moves one up the directory structure...
<? include('../googletracking.html');?>
for example, using below moves one up the directory structure...
<? include('../googletracking.html');?>