View Single Post
Old Jan 12th, 2006, 2:56 AM   #7
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
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 is offline   Reply With Quote