Is there anyway to include a HTML page into another HTML page???
Something like include(‘xxx.php’) in PHP???
Is there anyway to include a HTML page into another HTML page???
Something like include(‘xxx.php’) in PHP???
yes
i was surfing the net to find something for that…
and i found
<!--#include virtual="/includes/navigation.ssi" -->
but it doesn’t work for me…
can anyone help me???
as u said:
include(‘xxx.php’)
thats why i just answerd yes.
P.S.: maybe the extentin .html has to be changed to the php-mimetype
That requires SSI to be installed on your server. As far as I know, there’s no possibility to include HTML into another HTML page directly, other than using (i)frames.