Is there a way I can have an Identical header on every page in my domain? I don’t want the header to have to reload every time someone goes to a new page on that website. Is this possible without frames? And if not having to reload the header while going from page to page isn’t possible is it possible to use PHP to prepend that header onto the document?
Share
Use a templating system (or an include)
Then you have to use frames. It isn’t worth it. It is only a small amount of HTML (which should use HTTP compression to make it even smaller) and any images can be cached.
include