Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Off Topic
»
Off Topic
»
How do you people go about incuding a footer and header in a website?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do you people go about incuding a footer and header in a website? (Read 420 times)
pefu19
June 27, 2014, 04:03:17 PM
I have been struggling with copying and pasting all the header and footer code on my websites and it takes alot of space. I don't want to do it using php because I heard it is very ineffective and general bad. How do you people go about doing that?
Ad Bot
Advertisement
Katadeus
June 27, 2014, 04:20:14 PM
I just copy and paste or use frames
portify
June 27, 2014, 04:22:21 PM
<footer>Hello world</footer>
pefu19
June 27, 2014, 04:39:00 PM
Quote from: portify on June 27, 2014, 04:22:21 PM
<footer>Hello world</footer>
ha ha ha.
i want to use two different files for a footer and header.
okay i have tried js and frames, both of them failed :( ehh i guess ill just copy and paste them then
Zapk²
June 27, 2014, 08:09:39 PM
Code:
[Select]
<?php
include(
'header.html'
);
?>
Code:
[Select]
<?php
include(
'footer.html'
);
?>
Why don't you just use PHP?
also woah i didn't know SMF formatted code
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Off Topic
»
Off Topic
»
How do you people go about incuding a footer and header in a website?