Linking to an external HTML file.

Jeff Lange

Active member
OK with php you can go:

<? Include "templates/header.htm"; ?>

but what if I have a host who doesn't support PHP? Is there a way to do that same fuction without php?
 
<!--#include virtual="/blabla.htm"-->

or <!--#include file="/blabla.htm"-->

With ASP... Most IIS hosting allows for ASP.

And if your using Apache... get one with PHP support so you can do what you normally do.
 
Back
Top