If all you want to do is pull navigation, or other
common components, into a page then PHP is slow
compared with the specifically deisgned web-server
function for it - SSI (Server Side Includes).
Try:
http://httpd.apache.org/docs/howto/ssi.html.html
I haven't found a HTTP server yet that doesn't
If this is too 'big' of a solution (ie, you don't need all that
functionality) you could just 'include header.inc', 'include
footer.inc', etc. Check the manual for details..
Although, templates will probably be a bit more flexible, I would
guess...
Ben
-Original Message-
From: Michel L