On some websites I see people with PHPBB forums that when you go to the forums you still have the header on top that is like the header on the homepage. How the heck do i do this lol, sry for the noob question.
Question
The headers are kept in seperate files eg - header.inc and then they are called on everypage using the include or require function.
Example
Will call out header.inc
Example
| Code: |
|
<?php include("header.inc"); ?> |
Will call out header.inc
| gh0strec0n_legit wrote: |
| On some websites I see people with PHPBB forums that when you go to the forums you still have the header on top that is like the header on the homepage. How the heck do i do this lol, sry for the noob question. |
So you should find header.inc and put the HTML you want in it, and it will appear on every page.
