Include File
Hey I having issue with PHP include file where when I add my include such as <? include("../../../Includes/servicesinclude.php")?> to a dreamweaver template that when I apply this template to a new page the include code changes to
<? include("file:///C|/Includes/servicesinclude.php")?>
This change screws it all up and i cant load my page :(
|