I have a PHP file called 'index.php' which makes queries to a database get the content however i want to incldue the layout of the site into it.
Now should i use a php include:
include("layout.html");
Or a php require:
require("layout.html");
Or should i use SSI
<!--#include virtual="layout.html" -->
???
Which is faster...
Peter
http://CodingClick.com - Launching Soon