Dreamweaver modifies my include files
I posted this in a PHP forum as well but looks like noone has been using that forum for quite some time so i am hoping someone here has an answer. Thanks
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 :(
|