View Single Post
Old 11-18-2011, 01:44 AM   #2
bryanbell
Registered User
 
Join Date: Dec 2010
Location: Florida
Posts: 168
Create the two file header and footer and include it in all your website pages than after you just need to change the content in your header file or footer file and it will automatically change in your all files.

For example if you are using PHP than you can create file like header.php and include it in all your web pages

<?php
include("header.php");
?>

Last edited by bryanbell; 09-11-2012 at 04:13 AM..
bryanbell is offline   Reply With Quote