| Home | Free Articles for Your Site | Submit an Article | Advertise | Link to Us | Search | Contact Us |
This site is an archive of old articles

    SEARCH ARTICLES


vertical line

Article Surfing Archive


Using Include Files To Make Changes To All Your Website Pages Instantly - Articles Surfing

Subscriber Karen Balacek poses the following question.

"I have a template with my menubar and my banner on all my pages. I change the template and save it as the same template file that I used for creating all my pages. Is there a way I can apply that to all my pages instantly or do I have to make the changes manually for each page?"

The simple answer is to use an Include File. The difficult part may be to understand how to use them. Don't be intimidated by this however. Using an Include is not really that complex when you understand the basics of how they work and why.

A lot has been written about this subject. Most is rather technical and at best difficult to understand. This article will cover the basics of how an Include File works, in easy to understand language and explain how you can apply this technique saving yourself time and effort as a result.

What is an Include?

If you are familiar with basic html you know that whatever content you put in the html coding will be displayed through an open browser. The content is placed inside html tags on the same page you want to display.

An Include File contains content that is LOCATED SOMEWHERE ELSE instead of right there inside html tags of the page.

The contents of an Include file will also be dispayed through an open browser just as if the content were right there in the html code. That "somewhere else" is usually at a different location somewhere on your server.

Using specific php type language, the html code tells your browser to go to "anotherplace.html", grab the content and display part or all of it in your browser.

Why Use an Include File?

Why would you want to use an Include File when you can accomplish the same thing in your html coding?

There are a variety of reasons for this, but this one tops my list as the most beneficial.

For the sake of simplicity, lets assume you have a 100 page website and each one of those pages displays the same page header. Lets also assume you just had a beautiful new page header designed and you want it to replace your old one.

If you were use the traditional methods of updating your pages, you would be required to make changes to the html code on 100 pages. That's a lot of work. Even minor changes to that many pages takes time to accomplish.

By using an Include, you make the changes to the Include File, upload it to your server and it automatically updates those 100 pages for you.

The content inside an Include can be anything you can put on a webpage ie.. text, graphics, audio etc.

The format can be any format you use on your web page, ie.. .txt, .html, .asp, .php etc.

A small piece of php code (NOTE: Replace brackets [ ] with < > below)

[?php include('http://www.yourwebsite.com/yourpageheader.html'); ?]

replaces the standard code for your page header in your html code.

[img src="http://yourwebsite.com/yourpageheader.jpg"]

Now when you update your pages you can make changes to ONE file to update hundreds. The beauty of this is there are no limits to the number of Includes you can use on one page.

The Include File originated with the php language, but your pages do NOT need to be in php to use them.

To use an Include File in your html or htm pages you need to add a small .htaccess file to your server. If you do not already have .htaccess file on your server, you can make one in Notepad or any text editor. Starting with a blank page, copy and paste the following code.

#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .html .htm

Save the file as .htaccess and upload it to the same folder that contains your index file. If you already have one, update it to include this information.

Submitted by:

Heather Colman

Copyright 2008 Heather Colman. Graphic Designer Heather Colman helps virtual assistants, coaches, and other professionals online bring visualization and depth to their products with custom 3d product images and website graphics. Visit her site at: CustomDesignGraphics.com


        RELATED SITES



https://articlesurfing.org/internet/using_include_files_to_make_changes_to_all_your_website_pages_instantly.html

Copyright © 1995 - 2024 Photius Coutsoukis (All Rights Reserved).

ARTICLE CATEGORIES

Aging
Arts and Crafts
Auto and Trucks
Automotive
Business
Business and Finance
Cancer Survival
Career
Classifieds
Computers and Internet
Computers and Technology
Cooking
Culture
Education
Education #2
Entertainment
Etiquette
Family
Finances
Food and Drink
Food and Drink B
Gadgets and Gizmos
Gardening
Health
Hobbies
Home Improvement
Home Management
Humor
Internet
Jobs
Kids and Teens
Learning Languages
Leadership
Legal
Legal B
Marketing
Marketing B
Medical Business
Medicines and Remedies
Music and Movies
Online Business
Opinions
Parenting
Parenting B
Pets
Pets and Animals
Poetry
Politics
Politics and Government
Real Estate
Recreation
Recreation and Sports
Science
Self Help
Self Improvement
Short Stories
Site Promotion
Society
Sports
Travel and Leisure
Travel Part B
Web Development
Wellness, Fitness and Diet
World Affairs
Writing
Writing B