Moved a php website to a Windows server IIS. The hosting VPS server is configured for PHP. My problem, the "inc" sub-folder contains the includes. The includes are not getting written.
opening: index.php
<? include('inc/top.php') ?>
gets written in the HTML source as
<!--? include('inc/top.php'); ?-->
how to fix this?
website folder structure: c:\websites\abc.com\
css
inc
js
images