php - top section of page that doesn't reload wherever you go on that domain -


is there way can have identical header on every page in domain? don't want header have reload every time goes new page on website. possible without frames? , if not having reload header while going page page isn't possible possible use php prepend header onto document?

is there way can have identical header on every page in domain?

use templating system (or include)

i don't want header have reload every time goes new page on website.

then have use frames. isn't worth it. small amount of html (which should use http compression make smaller) , images can cached.

and if not having reload header while going page page isn't possible possible use php prepend header onto document?

include


Comments