[wellylug] OT: HTML Question

Matthew Cruickshank wellylug at holloway.co.nz
Mon Mar 7 12:10:12 NZDT 2005


Rob Giltrap wrote:

> I want to separate the header and side menu bar in an "include" type 
> statement for ease of maintenance.

This is done server-side, typically using either an Apache SSI reference 
or a scripting language like PHP.

Apache SSI:

| <!--#include virtual="some virtual path.txt" -->
or
|| <!--#include file="localfile.txt" -->

PHP:

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




.Matthew Cruickshank
http://holloway.co.nz/
||

|

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wellylug.org.nz/pipermail/wellylug/attachments/20050307/88d45925/attachment.htm 


More information about the wellylug mailing list