954,184 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Including header file using HTML

Is it possible to include a header and footer file using HTML? I have my file as a .html and need to be able to include the HTML for the header and footer. Anyone know how I can do this?

fivepointer
Newbie Poster
3 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

You need to use a server-side language for this as HTML is static and cannot perform dynamic actions.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

All you need to do is save you page as "mypage.php" and put this piece of code in for your header and footer:
[php]<?php

include ("includes/header.php");

?>[/php]

Hope this helps

roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You