Rip -
Just use php if your host has it loaded in your apache, and put this in your page header and footer.
"<"? include "/mystuff/header.inc"; ?">"
All your html page stuff here
"<"? include "/mystuff/footer.inc"; ?">"
** Note take out the extra quotes around the left and right brack for the php, I can't seem to get it to show up in the message without putting them in there.
And then create a .htaccess that has this in it.
AddType application/x-httpd-php html
AddType application/x-httpd-php htm
That way php will parse all htm and html pages also
Tim
[This message has been edited by hardcorehosting (edited 05-28-2001).]