How to Add one html file to another html file -
i have header in separate file header.html , want include file index.html after head section had used
<!--#include virtual="header.html"--> and unfortunately not running used
<!--#include virtual="header.shtml"--> by saving file header.shtml
so can please give me suggestion
thankyou
note:i being using smarty , php using appache server
or
(#include file="footer.html")
or
$("#header").load("header.html");
Comments
Post a Comment