instead of using php statment require() or include().
i am trying to use <!--#include virtual="myfile.html" --> sever side include statement, in order for our graphical designer to better understand the codes.
but, <!--#include virtual="myfile.html" -->, this server side include statement, is not working on my server. what set up i need to do on my server to make <!--#include virtual="myfile.html" --> work?
hui