I want to specify a root path to a file in an include file and then on each page define the path relative to the root.
In asp it would be:
src="<%=rootPath%>.....whatever file"
in the include file
AND THEN
<%
Dim rootPath
rootPath = ".....whatever path"
%>
before the html on each new page
Sorry to be a thicky but very new to php and don't have time to learn it propery right now. Help really appreciated
Thanks
Kath