Thread
:
How to make common navigation not reload.
View Single Post
Jan 12th, 2006, 2:56 AM
#
7
Arevos
Programming Guru
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power:
5
PHP is easy enough to include common files:
[php]<?php include "yourfile.html"; ?>[/php]Just place that tag in your html files. Rename them to .php, and that tag will be replaced with the file you want to include (assuming your server supports PHP).
Arevos
View Public Profile
Visit Arevos's homepage!
Find More Posts by Arevos